Skip to content

Commit

Permalink
Archive stripped binary
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Mar 14, 2021
1 parent 9872929 commit 6176b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ external/libavif/src/codec_dav1d.c: external/dav1d/build/include/dav1d/version.h
external/dav1d/build/src/libdav1d.a:
cd external/dav1d && meson build --buildtype release -Ddefault_library=static --cross-file ../meson_toolchains/mingw32_meson.ini && ninja -C build

$(ARCHIVE): $(BINARY)
$(ARCHIVE): $(BINARY_STRIPPED)
rm -f $(ARCHIVE)
7z a $@ $^

Expand Down

0 comments on commit 6176b78

Please sign in to comment.