We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badbd89 commit 62914fcCopy full SHA for 62914fc
build-llvm.sh
@@ -194,6 +194,7 @@ if [ -n "$HOST" ]; then
194
CMAKEFLAGS="$CMAKEFLAGS -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER"
195
CMAKEFLAGS="$CMAKEFLAGS -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY"
196
CMAKEFLAGS="$CMAKEFLAGS -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY"
197
+ CMAKEFLAGS="$CMAKEFLAGS -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ONLY"
198
199
# Custom, llvm-mingw specific defaults. We normally set these in
200
# the frontend wrappers, but this makes sure they are enabled by
0 commit comments