Correct JUCE_PATH mistake

This commit is contained in:
David Holland 2020-08-07 19:09:29 +02:00
parent 53f7cae55f
commit 3682546c9e
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ export GPG_TTY=$(tty)
export TERMINAL='alacritty'
export JUCE_PATH='~/JUCE'
export FRUT_PATH='~/FRUT'
export JUCE_PATH="$HOME/JUCE"
export CXXFLAGS='-std=c++14'