mirror of
https://github.com/gwm17/Specter.git
synced 2024-11-22 18:28:52 -05:00
Modded premake in glad for use with MacOS
This commit is contained in:
parent
80af0e6892
commit
0a7f05722e
4
Navigator/vendor/glad/premake5.lua
vendored
4
Navigator/vendor/glad/premake5.lua
vendored
|
@ -21,6 +21,8 @@ project "GLAD"
|
||||||
systemversion "latest"
|
systemversion "latest"
|
||||||
filter "system:linux or macosx"
|
filter "system:linux or macosx"
|
||||||
pic "on"
|
pic "on"
|
||||||
|
filter "system:macosx"
|
||||||
|
sysincludedirs { "include" }
|
||||||
|
|
||||||
filter "configurations:Debug"
|
filter "configurations:Debug"
|
||||||
runtime "Debug"
|
runtime "Debug"
|
||||||
|
@ -28,4 +30,4 @@ project "GLAD"
|
||||||
|
|
||||||
filter "configurations:Release"
|
filter "configurations:Release"
|
||||||
runtime "Release"
|
runtime "Release"
|
||||||
optimize "on"
|
optimize "on"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user