Recent versions of MinGW have grep --line-buffered, restoring
This commit is contained in:
parent
a2e9094513
commit
6f173149a9
|
@ -31,9 +31,6 @@ include $(BUILD)config.gnu.mk
|
|||
# On Windows, DLLs have to go with the .exe
|
||||
PREFIX_DLL:=$(PREFIX_DLL:$(PREFIX_LIB)=$(PREFIX_BIN))
|
||||
|
||||
# MinGW does not have --line-buffered for colorized builds
|
||||
LINE_BUFFERED=
|
||||
|
||||
# Windows overrides for extensions
|
||||
EXE_EXT= .exe
|
||||
LIB_EXT= .a
|
||||
|
|
Loading…
Reference in New Issue