Skip to content

Commit 1712fe7

Browse files
committed
use -I. for LOADER7VC
1 parent 194b5ff commit 1712fe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: g++ -static -o Y2K38Patcher.exe patches/Y2K38Patcher/Y2K38Patcher/Y2K38Patcher.cpp
6565

6666
- name: Compile LOADER7VC
67-
run: g++ -static -o LOADER7VC.exe tools-win/LOADER7VC/LOADER7VC/LOADER7VC.cpp -lversion -lshlwapi
67+
run: g++ -I. -static -o LOADER7VC.exe tools-win/LOADER7VC/LOADER7VC/LOADER7VC.cpp -lversion -lshlwapi
6868

6969
- name: Compile IMGConverter
7070
run: pyinstaller --onefile --distpath . tools/IMGConverter/IMGConverter.py

0 commit comments

Comments
 (0)