mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
macOS: Xcode 15 requires explicitly setting -rpath to find the SDL framework. [R. Belmont, Carbon]
This commit is contained in:
parent
5725b97746
commit
7906b34f3d
@ -252,6 +252,7 @@ if BASE_TARGETOS=="unix" then
|
||||
"-framework QuartzCore",
|
||||
"-framework OpenGL",
|
||||
"-framework IOKit",
|
||||
"-rpath " .. _OPTIONS["SDL_FRAMEWORK_PATH"],
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user