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.",