diff options
| author | 2016-11-19 18:47:49 -0500 | |
|---|---|---|
| committer | 2016-11-19 18:47:49 -0500 | |
| commit | f9a6e8711bc3c04661127bef51fdad0ee3699715 (patch) | |
| tree | d3841b9d808222c0465a492e72210abe5a8cdb55 /scripts | |
| parent | 5f05fbf61348c65204fde1e2aeed72de4cb56593 (diff) | |
Remove unneeded 7z file that is unsupported by UWP (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/3rdparty.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index a4196e867a5..3eced474d17 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -413,7 +413,7 @@ end MAME_DIR .. "3rdparty/lzma/C/BraIA64.c", MAME_DIR .. "3rdparty/lzma/C/CpuArch.c", MAME_DIR .. "3rdparty/lzma/C/Delta.c", - MAME_DIR .. "3rdparty/lzma/C/DllSecur.c", + -- MAME_DIR .. "3rdparty/lzma/C/DllSecur.c", MAME_DIR .. "3rdparty/lzma/C/LzFind.c", -- MAME_DIR .. "3rdparty/lzma/C/LzFindMt.c", MAME_DIR .. "3rdparty/lzma/C/Lzma2Dec.c", |
