From 85e6bea93672a361c89d7a2a8ecf1c5c2b145537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 8 Jun 2015 21:16:07 -0700 Subject: [PATCH] Updated script. --- scripts/genie.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/genie.lua b/scripts/genie.lua index 87ef1392..92705b12 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -23,6 +23,11 @@ newoption { description = "Enable GLFW entry.", } +newoption { + trigger = "with-scintilla", + description = "Enable building with Scintilla editor.", +} + newoption { trigger = "with-shared-lib", description = "Enable building shared library.",