Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 722e9d3

Browse files
[[ Gyp ]] Tweak the dependencies for the ios-standalone-executable target
1 parent 4b53265 commit 722e9d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

engine/engine.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217
'product_extension': 'lcext',
218218
'app_plist': 'rsrc/standalone-mobile-Info.plist',
219219

220+
# Forces all dependencies to be linked properly
220221
'type': 'shared_library',
221222

222223
'variables':
@@ -601,7 +602,7 @@
601602

602603
'dependencies':
603604
[
604-
'kernel-standalone',
605+
'standalone',
605606
],
606607

607608
'conditions':

0 commit comments

Comments
 (0)