forked from DustVoice/dotfiles
Correct JUCE_PATH mistake
This commit is contained in:
parent
53f7cae55f
commit
3682546c9e
1 changed files with 1 additions and 2 deletions
3
.zshenv
3
.zshenv
|
@ -38,8 +38,7 @@ export GPG_TTY=$(tty)
|
||||||
|
|
||||||
export TERMINAL='alacritty'
|
export TERMINAL='alacritty'
|
||||||
|
|
||||||
export JUCE_PATH='~/JUCE'
|
export JUCE_PATH="$HOME/JUCE"
|
||||||
export FRUT_PATH='~/FRUT'
|
|
||||||
|
|
||||||
export CXXFLAGS='-std=c++14'
|
export CXXFLAGS='-std=c++14'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue