changeset 637:8e6caddfe117

Cosmetic Windows/MINGW Makefile flags reorder.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Jan 2020 08:07:52 +0200
parents c5ce9a4bfc3e
children c4bca120bfb0
files Makefile.cross-mingw
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.cross-mingw	Tue Jan 21 07:54:42 2020 +0200
+++ b/Makefile.cross-mingw	Tue Jan 21 08:07:52 2020 +0200
@@ -34,11 +34,11 @@
 
 # Compiler flags and linker flags
 CFLAGS += \
+	-mconsole \
+	-DTH_BYTEORDER=TH_LITTLE_ENDIAN \
 	-D_NO_BOOL_TYPEDEF \
 	-DHAVE_STRING_H \
-	-DHAVE_INTTYPES_H \
-	-DTH_BYTEORDER=TH_LITTLE_ENDIAN \
-	-mconsole
+	-DHAVE_INTTYPES_H
 
 LDFLAGS +=