- add $CONFIGURE_ARGS to the configure line so that you can request other
args to go there (used in RPM building)
This commit is contained in:
parent
9e548fdddf
commit
34222b4b3b
@ -14,7 +14,7 @@ export CXX
|
||||
export CFLAGS
|
||||
export CXXFLAGS
|
||||
|
||||
./configure --enable-fpu --enable-cdrom --enable-sb16=linux --enable-split-hd
|
||||
./configure --enable-fpu --enable-cdrom --enable-sb16=linux --enable-split-hd ${CONFIGURE_ARGS}
|
||||
#./configure --enable-fpu
|
||||
#./configure
|
||||
#./configure --enable-cdrom --enable-cpu-level=4
|
||||
|
Loading…
Reference in New Issue
Block a user