fix: file name encoding under Windows (#3)
This commit is contained in:
2
Makefile
2
Makefile
@@ -16,7 +16,7 @@ macos-arm64:
|
||||
strip ncmdump
|
||||
|
||||
win32:
|
||||
g++ main.cpp cJSON.cpp aes.cpp ncmcrypt.cpp -o ncmdump -ltag -Ltaglib/lib -Itaglib/include -static -O
|
||||
g++ main.cpp cJSON.cpp aes.cpp ncmcrypt.cpp -o ncmdump -ltag -Ltaglib/lib -Itaglib/include -static -O -municode
|
||||
strip ncmdump.exe
|
||||
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user