Fix build script
This commit is contained in:
parent
8c4617e704
commit
0c3df94c65
2
Makefile
2
Makefile
@ -51,7 +51,7 @@ patches:
|
||||
make -C patches/8.18
|
||||
|
||||
.PHONY: dist-no-7z
|
||||
dist-no-7z: options ${OUT} ${patches}
|
||||
dist-no-7z: options ${OUT} patches
|
||||
mkdir -p out/plugins
|
||||
cp ${TARGET}/${OUT}.dll out/
|
||||
cp ${TARGET}/patches.*.dll out/plugins
|
||||
|
@ -76,7 +76,7 @@ printColour (int colour, const char *format, ...) {
|
||||
char buffer[255];
|
||||
vsprintf (buffer, format, args);
|
||||
SetConsoleTextAttribute (consoleHandle, colour);
|
||||
printf (buffer);
|
||||
printf ("%s", buffer);
|
||||
SetConsoleTextAttribute (consoleHandle, FOREGROUND_BLUE | FOREGROUND_GREEN | FOREGROUND_RED);
|
||||
|
||||
va_end (args);
|
||||
|
Loading…
Reference in New Issue
Block a user