mirror of
https://github.com/servo/servo.git
synced 2025-08-26 07:38:21 +01:00
Fix rust-opengles; build rust-io-surface
This commit is contained in:
parent
be302ae2c9
commit
fa257b7e98
2 changed files with 25 additions and 3 deletions
2
configure
vendored
2
configure
vendored
|
@ -336,6 +336,7 @@ make_dir src/libhubbub
|
|||
make_dir src/servo-sandbox
|
||||
make_dir src/rust-hubbub
|
||||
make_dir src/rust-core-foundation
|
||||
make_dir src/rust-io-surface
|
||||
|
||||
make_dir src/test/ref
|
||||
|
||||
|
@ -359,6 +360,7 @@ step_msg "running submodule configure scripts"
|
|||
(cd ${CFG_BUILD_DIR}src/servo-sandbox && sh ${CFG_SRC_DIR}src/servo-sandbox/configure) || exit $?
|
||||
(cd ${CFG_BUILD_DIR}src/rust-hubbub && sh ${CFG_SRC_DIR}src/rust-hubbub/configure) || exit $?
|
||||
(cd ${CFG_BUILD_DIR}src/rust-core-foundation && sh ${CFG_SRC_DIR}src/rust-core-foundation/configure) || exit $?
|
||||
(cd ${CFG_BUILD_DIR}src/rust-io-surface && sh ${CFG_SRC_DIR}src/rust-io-surface/configure) || exit $?
|
||||
|
||||
step_msg "writing configuration"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue