mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
added more definitions
Also clarify .exe on script because Wine cares about that
This commit is contained in:
@@ -109,7 +109,7 @@ def get_recompiled_address(filename, line):
|
||||
|
||||
# Load source lines from PDB
|
||||
if not line_dump:
|
||||
call = [os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), 'cvdump'), '-l', '-s']
|
||||
call = [os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), 'cvdump.exe'), '-l', '-s']
|
||||
|
||||
if os.name != 'nt':
|
||||
# Run cvdump through wine and convert path to Windows-friendly wine path
|
||||
|
Reference in New Issue
Block a user