Commit 6b3fce8f authored by Rafaël Carré's avatar Rafaël Carré

Detect MSYS mingw compiler (mingw32-gcc)

parent 2357ae94
......@@ -108,7 +108,7 @@ case $HOST in
echo "PATH = ${PATH}" >> config.mak
fi
;;
i?86-mingw32*)
*mingw32*)
echo "HAVE_WIN32 = 1" >> config.mak
echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> config.mak
;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment