diff options
Diffstat (limited to 'abuild.in')
-rwxr-xr-x | abuild.in | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1924,7 +1924,8 @@ fi [ -z "$CTARGET" ] && CTARGET="$CHOST" # set a default CC -export ${CC:=gcc} +: ${CC:=gcc} +export CC cd "$startdir" || die . "$APKBUILD" |