8000
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 627c5f5 commit a4f4996Copy full SHA for a4f4996
Makefile
@@ -18,7 +18,7 @@ LD = $(PLATFORM_PREFIX)-ld
18
AR = $(PLATFORM_PREFIX)-ar
19
endif
20
# run c preprocessor with any cflags to get cross compilation result, then run regular compile in native
21
-ABI := $(shell tools/abiname.sh "$(CC)" "$(CFLAGS)")
+ABI := $(shell sh tools/abiname.sh "$(CC)" "$(CFLAGS)")
22
ifndef ABI
23
$(error Could not determine platform)
24
endif 38A7 code>
0 commit comments