forked from kiss-community/repo
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.
|
# Disable warning as CFLAGS must work this way.
|
||||||
# shellcheck disable=2086
|
# 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