Skip to content

Commit 2c779e3

Browse files
committed
docs: TODO to reapply reverted part of bitcoin#30451
See #7184 (d201e43)
1 parent 63e9f7c commit 2c779e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

depends/hosts/darwin.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
6062
darwin_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
6468
darwin_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 \

0 commit comments

Comments
 (0)