diff build/Makefile.mingw32 @ 370:cb6c59627bcc

mingw32 build fix
author Chris Cannam
date Tue, 05 Aug 2014 11:09:58 +0100
parents ff78d47310af
children 12ee4e664b35 2056dfdd42c6
line wrap: on
line diff
--- a/build/Makefile.mingw32	Mon Aug 04 21:37:03 2014 +0100
+++ b/build/Makefile.mingw32	Tue Aug 05 11:09:58 2014 +0100
@@ -90,7 +90,7 @@
 
 # General linker flags
 #
-LDFLAGS		:= $(LDFLAGS) -fno-exceptions -static-libgcc
+LDFLAGS		:= $(LDFLAGS) -fno-exceptions -static -static-libgcc
 
 # Flags required to tell the compiler to create a dynamically loadable object
 #