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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user