Skip to content
Permalink
Browse files
macos: static link SDL2, lower minimim OS requirements
  • Loading branch information
JaCzekanski committed Sep 17, 2019
1 parent e3ce3f8 commit e152526
Showing 1 changed file with 3 additions and 2 deletions.
@@ -67,7 +67,8 @@ filter "system:macosx"
platforms {"x64"}
defaultplatform "x64"
xcodebuildsettings {
['ALWAYS_SEARCH_USER_PATHS'] = {'YES'}
["ALWAYS_SEARCH_USER_PATHS"] = "YES",
["MACOSX_DEPLOYMENT_TARGET"] = "10.12",
}

filter "system:android"
@@ -268,7 +269,7 @@ project "avocado"
"imgui",
}
buildoptions {getOutput("sdl2-config --cflags")}
linkoptions {getOutput("sdl2-config --libs")}
linkoptions {getOutput("sdl2-config --static-libs")}

filter {"system:android"}
files {

0 comments on commit e152526

Please sign in to comment.