We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdd1f2 commit ddc602eCopy full SHA for ddc602e
Misc/python-config.sh.in
@@ -30,7 +30,7 @@ installed_prefix ()
30
# Since we don't know where the output from this script will end up
31
# we keep all paths in Windows-land since MSYS2 can handle that
32
# while native tools can't handle paths in MSYS2-land.
33
- if [ "$OSTYPE" = "msys" ]; then
+ if [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "msys" ] ; then
34
RESULT=$(cd "$RESULT" && pwd -W)
35
fi
36
echo $RESULT
0 commit comments