premake4: add option to force dynamic loading of OpenGL and X11
--force_dlopen_opengl and --force_dlopen_x11
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user