8000 invoke shell on abiname.sh · stackless-dev/stackman@a4f4996 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4f4996

Browse files
committed
invoke shell on abiname.sh
1 parent 627c5f5 commit a4f4996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ LD = $(PLATFORM_PREFIX)-ld
1818
AR = $(PLATFORM_PREFIX)-ar
1919
endif
2020
# 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)")
21+
ABI := $(shell sh tools/abiname.sh "$(CC)" "$(CFLAGS)")
2222
ifndef ABI
2323
$(error Could not determine platform)
2424
endif

0 commit comments

Comments
 (0)
0