1
0
Fork 0
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:
Gordon McCann 2021-12-24 15:01:01 -05:00
parent 80af0e6892
commit 0a7f05722e

View File

@ -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"