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 a2d6a93 commit e507e7aCopy full SHA for e507e7a
make.py
@@ -29,6 +29,10 @@ def build(out, derived_data_path):
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.framework',
34
+ 'Headers', 'wtf'))
35
+
36
return outdir
37
38
if __name__ == "__main__":
0 commit comments