diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index a3c59ca7462..90df0a55d76 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -376,6 +376,16 @@ newoption { } } +newoption { + trigger = "DEBUG_DIR", + description = "Default directory for debugger.", +} + +newoption { + trigger = "DEBUG_ARGS", + description = "Arguments for running debug build.", +} + dofile ("extlib.lua") if _OPTIONS["SHLIB"]=="1" then |