Skip to content

Commit a59e922

Browse files
committed
Added -ObjC and -all_load linker flags (to headless linker settings).
1 parent a1f4962 commit a59e922

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cocos2d-tests-android/Headless.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,8 @@
10111011
OTHER_LDFLAGS = (
10121012
"-landroid",
10131013
"-lgles_apportable",
1014+
"-all_load",
1015+
"-ObjC",
10141016
);
10151017
PRODUCT_NAME = "$(TARGET_NAME)";
10161018
WRAPPER_EXTENSION = app;
@@ -1042,6 +1044,8 @@
10421044
OTHER_LDFLAGS = (
10431045
"-landroid",
10441046
"-lgles_apportable",
1047+
"-all_load",
1048+
"-ObjC",
10451049
);
10461050
PRODUCT_NAME = "$(TARGET_NAME)";
10471051
WRAPPER_EXTENSION = app;

0 commit comments

Comments
 (0)