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 e70480a commit 84abbecCopy full SHA for 84abbec
maketvos.py
@@ -23,14 +23,14 @@ def build(out, derived_data_path):
23
24
jsc = FrameworkBuild(workspace="JavaScriptCore-iOS.xcworkspace",
25
scheme="JavaScriptCore tvOS",
26
- name="JavaScriptCore-tvOS",
+ name="JavaScriptCore",
27
conf="Production",
28
outdir=outdir,
29
derived_data_path=derived_data_path)
30
jsc.build()
31
32
# FIXME: wtf headers are copied... remove them:
33
- shutil.rmtree(os.path.join(outdir, 'JavaScriptCore-tvOS.framework',
+ shutil.rmtree(os.path.join(outdir, 'JavaScriptCore.framework',
34
'Headers', 'wtf'))
35
36
return outdir
0 commit comments