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