Changeset 77086 in webkit for trunk/Source/JavaScriptCore/JavaScriptCore.pri
- Timestamp:
- Jan 30, 2011, 2:40:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/JavaScriptCore.pri
r77070 r77086 92 92 webkit2 { 93 93 # FIXME Workaround for undefined reference linking issues until the build system gets redesigned 94 LIBS += -Wl,-whole-archive -l$$JAVASCRIPTCORE_TARGET -Wl,-no-whole-archive 94 mac: LIBS += -Wl,-all_load -l$$JAVASCRIPTCORE_TARGET -WL,-noall_load 95 else: LIBS += -Wl,-whole-archive -l$$JAVASCRIPTCORE_TARGET -Wl,-no-whole-archive 95 96 } else { 96 97 LIBS += -l$$JAVASCRIPTCORE_TARGET
Note:
See TracChangeset
for help on using the changeset viewer.