Skip to content

Commit e507e7a

Browse files
committed
Remove wtf headers from final JavaScriptCore.framework
1 parent a2d6a93 commit e507e7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

make.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ def build(out, derived_data_path):
2929
derived_data_path=derived_data_path)
3030
jsc.build()
3131

32+
# FIXME: wtf headers are copied... remove them:
33+
shutil.rmtree(os.path.join(outdir, 'JavaScriptCore.framework',
34+
'Headers', 'wtf'))
35+
3236
return outdir
3337

3438
if __name__ == "__main__":

0 commit comments

Comments
 (0)