diff options
Diffstat (limited to 'abuild.in')
-rwxr-xr-x | abuild.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1888,6 +1888,10 @@ if [ -z "$CLIBC" ]; then esac fi +export CHOST +export CARCH +export CLIBC + cd "$startdir" || die . "$APKBUILD" |