RESOLVED FIXED 51625
[GTK] Add support for build-jsc
https://bugs.webkit.org/show_bug.cgi?id=51625
Summary [GTK] Add support for build-jsc
Martin Robinson
Reported 2010-12-26 15:16:00 PST
Building jsc as a standalone target is now simple as of https://bugs.webkit.org/show_bug.cgi?id=51607, so it makes sense that build-jsc should work for the GTK+ port.
Attachments
Add build-jsc support (3.85 KB, patch)
2010-12-26 15:24 PST, Martin Robinson
dbates: review+
Martin Robinson
Comment 1 2010-12-26 15:24:33 PST
Created attachment 77464 [details] Add build-jsc support
Daniel Bates
Comment 2 2010-12-26 20:30:18 PST
Comment on attachment 77464 [details] Add build-jsc support View in context: https://bugs.webkit.org/attachment.cgi?id=77464&action=review > Tools/Scripts/build-jsc:71 > + $result = buildGtkProject("JavaScriptCore", "", ""); We should remove the the "($@)" from the function name buildAutotoolsProject($@) and then we don't need to pass the empty string for the second and third argument.
Martin Robinson
Comment 3 2010-12-27 11:08:12 PST
Note You need to log in before you can comment on or make changes to this bug.