mirror of
https://github.com/servo/servo.git
synced 2025-07-31 03:00:29 +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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 725cf233061c9598fc7c27cdc1d6278742396a48
|
||||
Subproject commit 9d997ba0d0ec7b25c27ad3c8a77587e78ae9f9df
|
Loading…
Add table
Add a link
Reference in a new issue