aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2015-01-24 23:20:28 +0100
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2015-01-24 23:20:28 +0100
commit6521285ecab5529adbf716f21bc867a64a224779 (patch)
tree5affb3f09cc5014a73d74c3d6ff4a9e2c32f64c4 /test/Makefile
parentb8a7bb6d6b75ab708a9b0834183c91cc1c054b6c (diff)
downloadwglarb-6521285ecab5529adbf716f21bc867a64a224779.tar.gz
wglarb-6521285ecab5529adbf716f21bc867a64a224779.tar.bz2
rewrote mutex creation to not use goto
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
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..