Update rust-azure

This commit is contained in:
Patrick Walton 2012-11-27 16:19:32 -08:00
parent b04c68091d
commit 4fb082db4a
2 changed files with 9 additions and 2 deletions

9
configure vendored
View file

@ -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

@ -1 +1 @@
Subproject commit 55b0d15f154986d85a53893e198ab6c750c0b728
Subproject commit 2a99fd9b53339ba286fa3c70fb2e9c146b5e5fc4