mirror of
https://github.com/italicsjenga/juce-cmake-toolchains.git
synced 2024-12-23 07:01:30 +11:00
fix home dir in toolchain-mac
This commit is contained in:
parent
0a2cb5f6e6
commit
3a8c5fa396
|
@ -1,4 +1,4 @@
|
|||
list(APPEND CMAKE_PREFIX_PATH "$HOME/JUCE/mac")
|
||||
list(APPEND CMAKE_PREFIX_PATH "$ENV{HOME}/JUCE/mac")
|
||||
|
||||
# Sample toolchain file for building for Mac OS X from an Ubuntu Linux system.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue