abuild: remove default CC and CXX

These variables are already set by functions.sh.
This commit is contained in:
Sertonix 2024-08-07 21:05:07 +00:00 committed by Natanael Copa
parent d9f3f05b50
commit 1131a46699

View File

@ -28,8 +28,6 @@ fi
: ${APK:="apk"}
: ${ADDUSER:="abuild-adduser"}
: ${ADDGROUP:="abuild-addgroup"}
: ${CC:="gcc"}
: ${CXX:="g++"}
: ${SETFATTR:="setfattr"}
apk_opt_wait="--wait 30"