Skip to content

Commit

Permalink
partial revert
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 28, 2024
1 parent 0046f45 commit 8fd75c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/hosts/darwin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ darwin_STRIP=$(shell $(SHELL) $(.SHELLFLAGS) "command -v llvm-strip")
# non-determinism issues with the Identifier field.

darwin_CC=$(clang_prog) --target=$(host) \
-isysroot$(OSX_SDK) -nostdinc -nostdlibinc \
-isysroot$(OSX_SDK) -nostdlibinc \
-iwithsysroot/usr/include -iframeworkwithsysroot/System/Library/Frameworks

darwin_CXX=$(clangxx_prog) --target=$(host) \
Expand Down

0 comments on commit 8fd75c0

Please sign in to comment.