mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
baseinit: use cc @konimex
This commit is contained in:
parent
30996446f6
commit
205bd0d730
@ -7,4 +7,4 @@ cp -R lib "$1/usr/lib"
|
||||
|
||||
# Disable warning as CFLAGS must work this way.
|
||||
# shellcheck disable=2086
|
||||
"${CC:-gcc}" -o "$1/usr/bin/kpow" bin/kpow.c $CFLAGS -static
|
||||
"${CC:-cc}" -o "$1/usr/bin/kpow" bin/kpow.c $CFLAGS -static
|
||||
|
Loading…
Reference in New Issue
Block a user