From c4fe0f7357b571b1c4b13cf3694629185a01aadf Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Sun, 9 Sep 2018 14:39:56 -0700 Subject: [PATCH] disable enable_egl by default (?!?) --- build3/premake4.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/build3/premake4.lua b/build3/premake4.lua index 95d54a0ae..fb94d3c5a 100644 --- a/build3/premake4.lua +++ b/build3/premake4.lua @@ -77,6 +77,7 @@ newoption { trigger = "enable_egl", + value = false, description = "Build an experimental eglPlugin" }