mirror of
https://github.com/zeldaret/ph
synced 2026-05-28 08:25:03 -04:00
Use --dsd path correctly
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ if platform is None:
|
||||
exit(1)
|
||||
EXE = platform.exe
|
||||
WINE = args.wine if platform.system != "windows" else ""
|
||||
DSD = os.path.join('.', str(root_path / f"dsd{EXE}"))
|
||||
DSD = args.dsd or os.path.join('.', str(root_path / f"dsd{EXE}"))
|
||||
OBJDIFF = os.path.join('.', str(root_path / f"objdiff-cli{EXE}"))
|
||||
CC = os.path.join('.', str(mwcc_path / "mwccarm.exe"))
|
||||
LD = os.path.join('.', str(mwcc_path / "mwldarm.exe"))
|
||||
|
||||
Reference in New Issue
Block a user