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 1575051 commit 7168d18Copy full SHA for 7168d18
utils/build-script
@@ -659,7 +659,7 @@ class BuildScriptInvocation(object):
659
# prioritizes CommandLineTools paths, resulting in compile errors.
660
args.extra_cmake_options += [
661
'-DCMAKE_IGNORE_PATH=/usr/lib;/usr/local/lib;/lib',
662
- '-DPKG_CONFIG_EXECUTABLE=/usr/bin/true',
+ '-DPKG_CONFIG_EXECUTABLE=/usr/bin/false',
663
]
664
665
if toolchain.libtool is not None:
0 commit comments