diff options
author | 2015-04-01 00:41:59 +1100 | |
---|---|---|
committer | 2015-04-01 01:21:59 +1100 | |
commit | dbc99041c339c4a11931f4b7a6738ec8c88fbe2f (patch) | |
tree | dc36bf8b7ed082982e33b8f9a072aa22cc731fb1 /scripts/genie.lua | |
parent | 9a2c6d95c80b849e70fd3428d5e7c672fe2b607e (diff) |
Restore NO_OPENGL and USE_DISPATCH_GL
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 2511d22668e..9d0e78c92a3 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -697,7 +697,6 @@ configuration { "nacl*" } configuration { "linux-*" } links { "dl", - "GL", } defines { @@ -727,7 +726,6 @@ configuration { "mingw*" } } if _OPTIONS["osd"]=="sdl" then links { - "opengl32", "SDL2", "imm32", "version", |