Skip to content

Commit 2f13ac6

Browse files
Merge pull request livecode#2790 from livecodefraser/fix-ios_deployment
Don't link with standard libraries when pre-linking iOS standalone
2 parents 747d66b + 1690d0f commit 2f13ac6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/engine.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@
250250
'DYLIB_COMPATIBILITY_VERSION': '',
251251
'DYLIB_CURRENT_VERSION': '',
252252
'MACH_O_TYPE': 'mh_object',
253+
'LINK_WITH_STANDARD_LIBRARIES': 'NO',
253254
'OTHER_LDFLAGS':
254255
[
255256
'-Wl,-sectcreate,__MISC,__deps,<(deps_file)',

0 commit comments

Comments
 (0)