Removed
Link Here
|
1 |
--- toolkit/moz.configure.orig 2017-08-08 06:07:58 UTC |
2 |
+++ toolkit/moz.configure |
3 |
@@ -620,7 +620,7 @@ def stylo_config(value, _, target): |
4 |
|
5 |
# If nothing is specified, default to building stylo where possible. |
6 |
if value.origin == 'default': |
7 |
- if target.os == 'GNU' and target.bitness == 32: |
8 |
+ if target.os != 'WINNT' and target.bitness == 32: |
9 |
# The clang setup we use in automation is a little unusual, and |
10 |
# doesn't play well with bindgen on 32-bit Linux. |
11 |
pass |