mirror of
https://github.com/zeldaret/ph
synced 2026-05-30 17:05:38 -04:00
Fix DSD path
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 = str(args.dsd) or os.path.join('.', str(root_path / f"dsd{EXE}"))
|
||||
DSD = str(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