Mercurial > hg > vamp-plugin-sdk
changeset 370:cb6c59627bcc
mingw32 build fix
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:09:58 +0100 |
parents | ff78d47310af |
children | 490e5d01766c |
files | .hgignore build/Makefile.mingw32 |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgignore Mon Aug 04 21:37:03 2014 +0100 +++ b/.hgignore Tue Aug 05 11:09:58 2014 +0100 @@ -12,7 +12,8 @@ config.log config.status Makefile - +*.dll +*.exe re:^build/Debug/ re:^build/Release/ *.zip
--- 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 #