Update premake4.lua

master
nifker 2016-01-03 22:49:39 +01:00
parent fcb2214e46
commit 16eacef358
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ solution "nanosvg"
targetdir("build")
configuration { "linux" }
links { "X11","Xrandr", "rt", "GL", "GLU", "pthread" }
links { "X11","Xrandr", "rt", "GL", "GLU", "pthread", "glfw" }
configuration { "windows" }
links { "glu32","opengl32", "gdi32", "winmm", "user32" }