mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update the configure script to pass --enable-64bit
This commit is contained in:
parent
9c25474ea6
commit
97eb5671bb
2 changed files with 8 additions and 5 deletions
11
configure
vendored
11
configure
vendored
|
@ -506,11 +506,14 @@ do
|
|||
if [ $i = "rust-azure" ]; then
|
||||
CONFIGURE_ARGS="--enable-skia"
|
||||
fi
|
||||
if [ $i = mozjs ]; then
|
||||
if [ ! -z $CFG_ENABLE_DEBUG ]; then
|
||||
CONFIGURE_ARGS="--enable-debug"
|
||||
fi
|
||||
if [ $i = "nspr" ]; then
|
||||
CONFIGURE_ARGS="--enable-64bit"
|
||||
fi
|
||||
if [ $i = mozjs ]; then
|
||||
if [ ! -z $CFG_ENABLE_DEBUG ]; then
|
||||
CONFIGURE_ARGS="--enable-debug"
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -f ${CONFIGURE_SCRIPT} ]
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue