Commit 79432301 authored by Lev Walkin's avatar Lev Walkin

path separator

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