diff options
author | 2016-04-12 16:13:10 +0200 | |
---|---|---|
committer | 2016-04-12 16:14:02 +0200 | |
commit | 79bfc4b1533e062ffb293629ccd9b40bbfcedf4d (patch) | |
tree | 5982f5dffab493a3ffd543ad66db9b0bd896e203 /scripts/src | |
parent | b9ccead816f09397f2241d232e2cdb58946caa1c (diff) |
Make support for absolute paths for debug dir (nw)
Diffstat (limited to 'scripts/src')
-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 44e34207dd8..01d0b594066 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -343,7 +343,7 @@ end configuration { } if _OPTIONS["DEBUG_DIR"]~=nil then - debugdir (_OPTIONS["DEBUG_DIR"]) + debugabsolutedir(_OPTIONS["DEBUG_DIR"]) else debugdir (MAME_DIR) end |