Skip to content

Commit

Permalink
Update premake4.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
nifker committed Jan 3, 2016
1 parent fcb2214 commit 16eacef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premake4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 16eacef

Please sign in to comment.