We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b178e commit 4f71d85Copy full SHA for 4f71d85
make.py
@@ -22,7 +22,7 @@ def build(out, derived_data_path):
22
outdir = out if out else tempfile.mkdtemp()
23
24
jsc = FrameworkBuild(workspace="JavaScriptCore-iOS.xcworkspace",
25
- scheme="JavaScriptCore-iOS",
+ scheme="JavaScriptCore iOS",
26
name="JavaScriptCore",
27
conf="Production",
28
outdir=outdir,
0 commit comments