premake4: add option to force dynamic loading of OpenGL and X11

--force_dlopen_opengl and --force_dlopen_x11
This commit is contained in:
Erwin Coumans
2014-08-18 22:19:34 -07:00
parent bf1bd07636
commit d93b27f16c
2 changed files with 22 additions and 8 deletions

View File

@@ -12,6 +12,19 @@
act = _ACTION
end
newoption
{
trigger = "force_dlopen_opengl",
description = "Dynamically load OpenGL (instead of static/dynamic linking)"
}
newoption
{
trigger = "force_dlopen_x11",
description = "Dynamically load OpenGL (instead of static/dynamic linking)"
}
newoption
{
trigger = "midi",