mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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"
|
||||
CONFIGURE_ARGS=""
|
||||
ENV_VARS=""
|
||||
if [ $i = "rust-azure" ]; then
|
||||
if [ $i = "support/azure/rust-azure" ]; then
|
||||
CONFIGURE_ARGS="--enable-skia"
|
||||
fi
|
||||
if [ $i = "nspr" ]; then
|
||||
if [ $i = "support/nss/nspr" ]; then
|
||||
CONFIGURE_ARGS="--enable-64bit"
|
||||
fi
|
||||
if [ $i = mozjs ]; then
|
||||
if [ $i = "support/spidermonkey/mozjs" ]; then
|
||||
if [ ! -z $CFG_ENABLE_DEBUG ]; then
|
||||
CONFIGURE_ARGS="--enable-debug"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue