Commit fa96a4fe authored by Rafaël Carré's avatar Rafaël Carré

Detect mingw for other distros than debian

parent 32e476d5
......@@ -108,7 +108,7 @@ case $HOST in
echo "PATH = ${PATH}" >> config.mak
fi
;;
i586-mingw32msvc)
i?86-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