macOS: Xcode 15 requires explicitly setting -rpath to find the SDL framework. [R. Belmont, Carbon]

This commit is contained in:
arbee 2023-10-01 13:23:18 -04:00
parent 5725b97746
commit 7906b34f3d

View File

@ -252,6 +252,7 @@ if BASE_TARGETOS=="unix" then
"-framework QuartzCore",
"-framework OpenGL",
"-framework IOKit",
"-rpath " .. _OPTIONS["SDL_FRAMEWORK_PATH"],
}