Commit 31afcde
authored
Fix
* Fix `icu_capi` detection
#623 made `icu_capi` optional, which broke the build of servo
with vendored dependencies.
We need to explicitly add the `intl` feature when invoking cargo metadata, otherwise the feature will not be enabled
in the vendored crate directory when cargo metadata is run.
Signed-off-by: Jonathan Schwender <[email protected]>
* Update comment
Signed-off-by: Jonathan Schwender <[email protected]>
* Bump mozjs-sys version
Signed-off-by: Jonathan Schwender <[email protected]>
---------
Signed-off-by: Jonathan Schwender <[email protected]>icu_capi detection (#633)1 parent 1c2670b commit 31afcde
2 files changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
141 | | - | |
142 | | - | |
143 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
144 | 150 | | |
145 | 151 | | |
146 | 152 | | |
| |||
0 commit comments