Skip to content

Commit 4f71d85

Browse files
committed
Fixed scheme name in make.py
1 parent 84b178e commit 4f71d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def build(out, derived_data_path):
2222
outdir = out if out else tempfile.mkdtemp()
2323

2424
jsc = FrameworkBuild(workspace="JavaScriptCore-iOS.xcworkspace",
25-
scheme="JavaScriptCore-iOS",
25+
scheme="JavaScriptCore iOS",
2626
name="JavaScriptCore",
2727
conf="Production",
2828
outdir=outdir,

0 commit comments

Comments
 (0)