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 db5c1727fce..466b5394b71 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1,7 +1,7 @@
premake.check_paths = true
premake.make.override = { "TARGET" }
MAME_DIR = (path.getabsolute("..") .. "/")
-local MAME_BUILD_DIR = (MAME_DIR .. ".build/")
+local MAME_BUILD_DIR = (MAME_DIR .. "build/")
local naclToolchain = ""