Skip to content

Commit 9ba5ccb

Browse files
committed
fix: properly strip binary
1 parent 3f0bcc6 commit 9ba5ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ RANLIB := $(NDK_TOOLCHAIN_BASE)/bin/llvm-ranlib
9292
ifeq ($(DEBUG), 1)
9393
STRIP := $(NOOP)
9494
else
95-
STRIP := $(NDK_TOOLCHAIN_BASE)/bin/$(ALTHOST)-strip --strip-unneeded -R .note -R .comment --strip-debug
95+
STRIP := $(NDK_TOOLCHAIN_BASE)/bin/llvm-strip --strip-unneeded -R .note -R .comment --strip-debug
9696
endif
9797

9898

0 commit comments

Comments
 (0)