Commit 8e1590cc authored by Rafaël Carré's avatar Rafaël Carré

Detect mingw for other distros than debian

parent 2c505b4b
...@@ -108,7 +108,7 @@ case $HOST in ...@@ -108,7 +108,7 @@ case $HOST in
echo "PATH = ${PATH}" >> config.mak echo "PATH = ${PATH}" >> config.mak
fi fi
;; ;;
i586-mingw32msvc) i?86-mingw32*)
echo "HAVE_WIN32 = 1" >> config.mak echo "HAVE_WIN32 = 1" >> config.mak
echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> 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