1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-06 21:40:57 +00:00

Make it possible to provide extra configure options through environment variable EXTRA_CONFIGURE_OPTS

This commit is contained in:
Johan Gill
2024-09-01 14:12:56 +02:00
committed by deadwood
parent ad6b93d562
commit 4debe1329b

View File

@ -62,7 +62,7 @@ main ()
# Main build
cd $BUILD_DIR
../AROS/configure --target=$CONFIGURE_TARGET --with-aros-toolchain-install=$TOOLCHAIN_DIR --with-portssources=$PORTS_DIR $CONFIGURE_OPTS
../AROS/configure --target=$CONFIGURE_TARGET --with-aros-toolchain-install=$TOOLCHAIN_DIR --with-portssources=$PORTS_DIR $CONFIGURE_OPTS $EXTRA_CONFIGURE_OPTS
make $MAKE_TARGET -j $MAKE_JOBS
local MAKE_STATUS=$?
if [[ $MAKE_STATUS = 0 ]] && [[ -n $MAKE_TARGET_2 ]]; then