mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Use full paths for submodules in the configure script
This commit is contained in:
parent
c65d51f812
commit
98a730c703
1 changed files with 3 additions and 3 deletions
6
configure
vendored
6
configure
vendored
|
@ -503,13 +503,13 @@ do
|
||||||
# needed because Azure's configure wants "--enable-skia"
|
# needed because Azure's configure wants "--enable-skia"
|
||||||
CONFIGURE_ARGS=""
|
CONFIGURE_ARGS=""
|
||||||
ENV_VARS=""
|
ENV_VARS=""
|
||||||
if [ $i = "rust-azure" ]; then
|
if [ $i = "support/azure/rust-azure" ]; then
|
||||||
CONFIGURE_ARGS="--enable-skia"
|
CONFIGURE_ARGS="--enable-skia"
|
||||||
fi
|
fi
|
||||||
if [ $i = "nspr" ]; then
|
if [ $i = "support/nss/nspr" ]; then
|
||||||
CONFIGURE_ARGS="--enable-64bit"
|
CONFIGURE_ARGS="--enable-64bit"
|
||||||
fi
|
fi
|
||||||
if [ $i = mozjs ]; then
|
if [ $i = "support/spidermonkey/mozjs" ]; then
|
||||||
if [ ! -z $CFG_ENABLE_DEBUG ]; then
|
if [ ! -z $CFG_ENABLE_DEBUG ]; then
|
||||||
CONFIGURE_ARGS="--enable-debug"
|
CONFIGURE_ARGS="--enable-debug"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue