Commit 59ec6acb authored by Lev Walkin's avatar Lev Walkin

path separator

parent 615a7fa1
......@@ -21432,13 +21432,17 @@ fi
case "$host_os" in
cygwin*)
case "$target" in
case "$target" in
*mingw*)
CC="$CC -mno-cygwin"
esac
;;
mingw* | p32*)
;;
esac
case "$target" in
cygwin* | mingw* | p32*)
CFLAGS="$CFLAGS -DPSBSLASH"
;;
esac
# Check whether --enable-Werror or --disable-Werror was given.
......
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