Skip to content

Commit

Permalink
Add -ld_classic linker flag so build succeeds on Xcode 15 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehorvat authored May 28, 2024
1 parent cec9e0a commit f1cba4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macosx/Eternal Lands.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1828,6 +1828,7 @@
"-lc",
"-lstdc++",
"-liconv",
"-ld_classic",
);
SDKROOT = macosx;
VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS = OpenGL;
Expand Down Expand Up @@ -1889,6 +1890,7 @@
"-lc",
"-lstdc++",
"-liconv",
"-ld_classic",
);
SDKROOT = macosx;
VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS = OpenGL;
Expand Down

0 comments on commit f1cba4f

Please sign in to comment.