Update premake5.lua

This commit is contained in:
Marouène Boughoufa 2022-02-28 14:14:40 +01:00
parent 6aba9cf26f
commit 1c6b279057

View File

@ -1,7 +1,7 @@
project "GLFW" project "GLFW"
kind "StaticLib" kind "StaticLib"
language "C" language "C"
staticruntime "off" staticruntime "on"
targetdir ("bin/" .. outputdir .. "/%{prj.name}") targetdir ("bin/" .. outputdir .. "/%{prj.name}")
objdir ("bin-int/" .. outputdir .. "/%{prj.name}") objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
@ -20,8 +20,6 @@ project "GLFW"
filter "system:linux" filter "system:linux"
pic "On" pic "On"
systemversion "latest"
files { files {
"src/x11_init.c", "src/x11_init.c",
@ -71,3 +69,4 @@ project "GLFW"
filter "configurations:Release" filter "configurations:Release"
runtime "Release" runtime "Release"
optimize "on" optimize "on"