Commit 79432301 authored by Lev Walkin's avatar Lev Walkin

path separator

parent 19abe22d
......@@ -21431,7 +21431,7 @@ echo "${ECHO_T}no" >&6
fi
case "$host_os" in
cygwin*)
cygwin)
case "$target" in
*mingw*)
CC="$CC -mno-cygwin"
......@@ -21439,8 +21439,8 @@ cygwin*)
;;
esac
case "$target" in
cygwin* | mingw* | p32*)
case "$target_os" in
cygwin | mingw)
CFLAGS="$CFLAGS -DPSBSLASH"
;;
esac
......
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