2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

zip: use cc @konimex

This commit is contained in:
Dylan Araps 2020-02-12 09:02:03 +02:00
parent d21b49ffa3
commit 0eafcbdd78
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

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