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.
2 parents b66f2a8 + 7f6c08f commit fbdd933Copy full SHA for fbdd933
Makefile
@@ -223,7 +223,7 @@ endif
223
SDK_ROOT-$(target)=$$(shell xcrun --sdk $$(SDK-$(target)) --show-sdk-path)
224
CC-$(target)=xcrun --sdk $$(SDK-$(target)) clang -target $$(TARGET_TRIPLE-$(target))
225
CPP-$(target)=xcrun --sdk $$(SDK-$(target)) clang -target $$(TARGET_TRIPLE-$(target)) -E
226
-CXX-$(target)=xcrun --sdk $$(SDK-$(target)) clang
+CXX-$(target)=xcrun --sdk $$(SDK-$(target)) clang -target $$(TARGET_TRIPLE-$(target))
227
AR-$(target)=xcrun --sdk $$(SDK-$(target)) ar
228
CFLAGS-$(target)=\
229
--sysroot=$$(SDK_ROOT-$(target)) \
0 commit comments