mirror of
https://github.com/servo/servo.git
synced 2025-08-01 19:50:30 +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
|
if [ $i = "rust-azure" ]; then
|
||||||
CONFIGURE_ARGS="--enable-skia"
|
CONFIGURE_ARGS="--enable-skia"
|
||||||
fi
|
fi
|
||||||
if [ $i = mozjs ]; then
|
if [ $i = "nspr" ]; then
|
||||||
if [ ! -z $CFG_ENABLE_DEBUG ]; then
|
CONFIGURE_ARGS="--enable-64bit"
|
||||||
CONFIGURE_ARGS="--enable-debug"
|
fi
|
||||||
fi
|
if [ $i = mozjs ]; then
|
||||||
|
if [ ! -z $CFG_ENABLE_DEBUG ]; then
|
||||||
|
CONFIGURE_ARGS="--enable-debug"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -f ${CONFIGURE_SCRIPT} ]
|
if [ -f ${CONFIGURE_SCRIPT} ]
|
||||||
then
|
then
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 725cf233061c9598fc7c27cdc1d6278742396a48
|
Subproject commit 9d997ba0d0ec7b25c27ad3c8a77587e78ae9f9df
|
Loading…
Add table
Add a link
Reference in a new issue