zip: update for new env

This commit is contained in:
Dylan Araps 2021-07-18 06:38:06 +03:00
parent c91bec453f
commit d6e6d71c98
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -2,7 +2,7 @@
make \
prefix=/usr \
CC="${CC:-cc} $CFLAGS $CXXFLAGS" \
CC="$CC $CFLAGS $CXXFLAGS" \
-f unix/Makefile generic
make \