diff options
author | 2020-08-30 17:22:17 +1000 | |
---|---|---|
committer | 2020-08-30 17:22:17 +1000 | |
commit | 97a409b2a9377008c28057a970943ded01fed614 (patch) | |
tree | 742a40fbf27362e71873fd26de808261f8cdc0f3 /scripts | |
parent | ec88949651e02a6d3558e7c38555f3473618c9cc (diff) |
formats/flopimg.cpp: Use appropriate standard exceptions for reporting errors, allowing libemu to be removed from imgtool and floptool.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/src/tools.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/src/tools.lua b/scripts/src/tools.lua index 7e702ddb645..0f59b97ae4f 100644 --- a/scripts/src/tools.lua +++ b/scripts/src/tools.lua @@ -593,7 +593,6 @@ end links { "formats", - "emu", "utils", ext_lib("expat"), "7z", @@ -638,7 +637,6 @@ end links { "formats", - "emu", "utils", ext_lib("expat"), "7z", |