diff options
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r-- | python/servo/command_base.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py index 3b289e62491..2a82ec51612 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -890,7 +890,7 @@ install them, let us know by filing a bug!") features.append("native-bluetooth") if uwp: features.append("canvas2d-raqote") - features.append("no_wgl") + features.append("no-wgl") features.append("uwp") else: # Non-UWP builds provide their own libEGL via mozangle. @@ -907,7 +907,7 @@ install them, let us know by filing a bug!") env['RUSTFLAGS'] = env.get('RUSTFLAGS', "") + " -C force-frame-pointers=yes" features.append("profilemozjs") if without_wgl: - features.append("no_wgl") + features.append("no-wgl") if self.config["build"]["webgl-backtrace"]: features.append("webgl-backtrace") if self.config["build"]["dom-backtrace"]: |