mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Add sharegl and rust-io-surface to the build
This commit is contained in:
parent
fa257b7e98
commit
7a077e3459
4 changed files with 17 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -337,6 +337,7 @@ 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/sharegl
|
||||
|
||||
make_dir src/test/ref
|
||||
|
||||
|
@ -361,6 +362,7 @@ step_msg "running submodule configure scripts"
|
|||
(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 $?
|
||||
(cd ${CFG_BUILD_DIR}src/sharegl && sh ${CFG_SRC_DIR}src/sharegl/configure) || exit $?
|
||||
|
||||
step_msg "writing configuration"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue