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

path separator

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