mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
This should localize SDL2 locally.
This commit is contained in:
@@ -562,7 +562,7 @@ function set_apple_config()
|
||||
if is_xcode() or _OPTIONS["use-frameworks"] then
|
||||
linkoptions { "-F /Library/Frameworks", "-F ~/Library/Frameworks", "-F src/thirdparty" }
|
||||
buildoptions { "-F /Library/Frameworks", "-F ~/Library/Frameworks", "-F src/thirdparty" }
|
||||
local sdl2local = _MAIN_SCRIPT_DIR .. "src/thirdparty/SDL2.framework";
|
||||
local sdl2local = _MAIN_SCRIPT_DIR .. "/src/thirdparty/SDL2.framework";
|
||||
local sdl2user = "~/Library/Frameworks/SDL2.framework";
|
||||
if os.isdir(sdl2local) then
|
||||
incdirs { sdl2local .. "/Headers" }
|
||||
|
||||
Reference in New Issue
Block a user