diff options
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 3c7429b935e..8b4e95ecc9e 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -369,7 +369,7 @@ if (STANDALONE~=true) then end files { mainfile, - GEN_DIR .. "version.cpp", + MAME_DIR .. "src/version.cpp", GEN_DIR .. _target .. "/" .. _subtarget .."/drivlist.cpp", } |