mirror of
https://github.com/glfw/glfw.git
synced 2025-06-15 20:22:15 +00:00
Update premake5.lua
This commit is contained in:
parent
6aba9cf26f
commit
1c6b279057
@ -1,7 +1,7 @@
|
||||
project "GLFW"
|
||||
kind "StaticLib"
|
||||
language "C"
|
||||
staticruntime "off"
|
||||
staticruntime "on"
|
||||
|
||||
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
||||
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
||||
@ -21,8 +21,6 @@ project "GLFW"
|
||||
filter "system:linux"
|
||||
pic "On"
|
||||
|
||||
systemversion "latest"
|
||||
|
||||
files {
|
||||
"src/x11_init.c",
|
||||
"src/x11_monitor.c",
|
||||
@ -71,3 +69,4 @@ project "GLFW"
|
||||
filter "configurations:Release"
|
||||
runtime "Release"
|
||||
optimize "on"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user