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

path separator

parent 615a7fa1
......@@ -21437,7 +21437,11 @@ cygwin*)
CC="$CC -mno-cygwin"
esac
;;
mingw* | p32*)
esac
case "$target" in
cygwin* | mingw* | p32*)
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