premake4 build: allow to dynamically load X11 if X11 system headers/library is missing
premake4 build: allow to dynamically load OpenGL/GLEW/glx if system headers are missing
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
}
|
||||
|
||||
if os.is("Linux") then links {"X11","pthread"} end
|
||||
if os.is("Linux") then initX11() end
|
||||
|
||||
if os.is("MacOSX") then
|
||||
links{"Cocoa.framework"}
|
||||
|
||||
Reference in New Issue
Block a user