summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 6bc36add568..9287d43cdc7 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -404,7 +404,7 @@ configuration { "Debug" }
defines {
"MAME_DEBUG",
}
- if _OPTIONS["PROFILER"] then
+ if _OPTIONS["PROFILER"]=="1" then
defines{
"MAME_PROFILER", -- define MAME_PROFILER if we are a profiling build
}