Skip to content

Commit

Permalink
Add juce toolchain paths to local.env
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Nov 1, 2024
1 parent 1b02765 commit 9f92302
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion local.env
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ export LDFLAGS="${BR2_TARGET_LDFLAGS} -L${STAGING_DIR}/usr/lib"
unset CPPFLAGS

export HOST_DIR
export JUCE6_TOOLCHAIN_FILE="${HOST_DIR}/usr/lib/cmake/JUCE6/toolchainfile.cmake"

export JUCE_6_0_TOOLCHAIN_FILE="${STAGING_DIR}/usr/lib/cmake/JUCE-6.0.8/toolchainfile.cmake"
export JUCE_6_1_TOOLCHAIN_FILE="${STAGING_DIR}/usr/lib/cmake/JUCE-6.1.6/toolchainfile.cmake"
export JUCE_7_0_TOOLCHAIN_FILE="${STAGING_DIR}/usr/lib/cmake/JUCE-7.0.9/toolchainfile.cmake"

alias ar=${AR}
alias cc=${CC}
Expand Down

0 comments on commit 9f92302

Please sign in to comment.