From 6521285ecab5529adbf716f21bc867a64a224779 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Sat, 24 Jan 2015 23:20:28 +0100 Subject: rewrote mutex creation to not use goto --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 2b5a0b7..94f3058 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ TARGET64=x86_64-w64-mingw32 -TARGET32=i686-w64-mingw32 +TARGET32=mingw32 CC64=-$(TARGET64)-gcc CC32=-$(TARGET32)-gcc CFLAGS=-static-libgcc -static-libstdc++ -I.. -- cgit v1.2.3