File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,14 @@ darwin_STRIP=$(shell $(SHELL) $(.SHELLFLAGS) "command -v llvm-strip")
5757# in the SDK, where __has_feature(modules) is used to define USE_CLANG_TYPES,
5858# which is in turn used as an include guard.
5959
60+ # TODO: remove C_INCLUDE_PATH when it is indeed useless
61+ # https://github.com/bitcoin/bitcoin/pull/30451 has been partiall reverted in #7184 and should be re-applied
6062darwin_CC =env -u C_INCLUDE_PATH -u CPLUS_INCLUDE_PATH $(clang_prog ) --target=$(host ) \
6163 -isysroot$(OSX_SDK ) -nostdlibinc \
6264 -iwithsysroot/usr/include -iframeworkwithsysroot/System/Library/Frameworks
6365
66+ # TODO: remove C_INCLUDE_PATH when it is indeed useless
67+ # https://github.com/bitcoin/bitcoin/pull/30451 has been partiall reverted in #7184 and should be re-applied
6468darwin_CXX =env -u C_INCLUDE_PATH -u CPLUS_INCLUDE_PATH $(clangxx_prog ) --target=$(host ) \
6569 -isysroot$(OSX_SDK ) -nostdlibinc \
6670 -iwithsysroot/usr/include/c++/v1 \
You can’t perform that action at this time.
0 commit comments