Skip to content

Commit

Permalink
Update get-juce.sh to use the latest JUCE version
Browse files Browse the repository at this point in the history
The linux nightly build is broken on Ubuntu due to a JUCE Makefile error; the correct std version is not being set. 
Error: `unordered_map’ in namespace ‘std’ does not name a template type` which indicates std=c++17 compiler flag is not being correctly set. The latest version of JUCE fixes this.
  • Loading branch information
wilzh40 committed Jul 13, 2020
1 parent aabd917 commit feddd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-juce.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

JUCE_VERSION=6.0.0
JUCE_VERSION=6.0.1
OS=`uname -s`
JOS=windows

Expand Down

0 comments on commit feddd38

Please sign in to comment.