Skip to content

Commit

Permalink
- add ld_classic linker flag to show undefined symbols in iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
polymonster committed Jan 27, 2024
1 parent 7f043ad commit e66815c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/premake/app_template.lua
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ local function setup_ios()
"fmod_iphoneos"
}

linkoptions {
"-ld_classic"
}

files
{
"bin/ios/data"
Expand Down

0 comments on commit e66815c

Please sign in to comment.