build tweak

This commit is contained in:
simon 2020-01-11 20:58:18 -05:00
parent 3990b9207d
commit a006fd14fc
2 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@ if (STATIC_BUILD)
zstd zstd
bz2 bz2
z z
expat
crypto crypto
) )
else () else ()

View File

@ -1,4 +1,5 @@
#!/usr/bin/env sh #!/usr/bin/env sh
cmake -D STATIC_BUILD=on . cmake -D STATIC_BUILD=on .
make make
strip deepextract