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 3f0bcc6 commit 9ba5ccbCopy full SHA for 9ba5ccb
external/Makefile
@@ -92,7 +92,7 @@ RANLIB := $(NDK_TOOLCHAIN_BASE)/bin/llvm-ranlib
92
ifeq ($(DEBUG), 1)
93
STRIP := $(NOOP)
94
else
95
- STRIP := $(NDK_TOOLCHAIN_BASE)/bin/$(ALTHOST)-strip --strip-unneeded -R .note -R .comment --strip-debug
+ STRIP := $(NDK_TOOLCHAIN_BASE)/bin/llvm-strip --strip-unneeded -R .note -R .comment --strip-debug
96
endif
97
98
0 commit comments