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 7b4e73e commit 7f6c08fCopy full SHA for 7f6c08f
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)=$$(CFLAGS-$(os))
229
LDFLAGS-$(target)=$$(CFLAGS-$(os))
0 commit comments