mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update rust-azure
This commit is contained in:
parent
b04c68091d
commit
4fb082db4a
2 changed files with 9 additions and 2 deletions
9
configure
vendored
9
configure
vendored
|
@ -383,9 +383,16 @@ do
|
|||
if [ $i = mozjs ]; then
|
||||
CONFIGURE_SCRIPT="${CFG_SRC_DIR}src/${i}/js/src/configure"
|
||||
fi
|
||||
|
||||
# needed because Azure's configure wants "--enable-cairo --enable-skia"
|
||||
CONFIGURE_ARGS=""
|
||||
if [ $i = "rust-azure" ]; then
|
||||
CONFIGURE_ARGS="--enable-cairo --enable-skia"
|
||||
fi
|
||||
|
||||
if [ -f ${CONFIGURE_SCRIPT} ]
|
||||
then
|
||||
sh ${CONFIGURE_SCRIPT}
|
||||
sh ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue