mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
configure: Fix test for equality to use = instead of ==
This commit is contained in:
parent
3a5d9bdae2
commit
14122d6c04
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -346,7 +346,7 @@ step_msg "running submodule autoconf scripts"
|
|||
|
||||
CFG_SUBMODULES="libwapcaplet rust-harfbuzz rust-opengles rust-azure rust-stb-image rust-geom rust-glut rust-layers rust-http-client libparserutils libhubbub libcss servo-sandbox rust-hubbub sharegl rust-mozjs mozjs"
|
||||
|
||||
if [ $CFG_OSTYPE == "darwin" ]
|
||||
if [ $CFG_OSTYPE = "darwin" ]
|
||||
then
|
||||
CFG_SUBMODULES="rust-cocoa rust-io-surface rust-core-foundation ${CFG_SUBMODULES}"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue