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 51faae6 commit 7e9cbe8Copy full SHA for 7e9cbe8
1 file changed
build-hnp/ffmpeg/Makefile
@@ -31,6 +31,7 @@ all: download/src.zip ohos_config.sh
31
32
# strip all elf files
33
$(OHOS_SDK_HOME)/native/llvm/bin/llvm-strip build$(PREFIX)/bin/*
34
+ $(OHOS_SDK_HOME)/native/llvm/bin/llvm-strip build$(PREFIX)/lib/*.a
35
36
mkdir -p ../sysroot/bin
37
cp -rfv build$(PREFIX)/. ../sysroot | tee file.lst
0 commit comments