mirror of
https://github.com/gwm17/Specter.git
synced 2024-11-23 02:38:52 -05:00
Modded premake in glad for use with MacOS
This commit is contained in:
parent
80af0e6892
commit
0a7f05722e
2
Navigator/vendor/glad/premake5.lua
vendored
2
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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user