Skip to content

Commit

Permalink
Add -ld_classic linker flag so build succeeds on Xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehorvat committed May 27, 2024
1 parent 629b79f commit df1c237
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 df1c237

Please sign in to comment.