Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Misc/python-config.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ installed_prefix ()
# Since we don't know where the output from this script will end up
# we keep all paths in Windows-land since MSYS2 can handle that
# while native tools can't handle paths in MSYS2-land.
if [ "$OSTYPE" = "msys" ]; then
if [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "msys" ] ; then
RESULT=$(cd "$RESULT" && pwd -W)
fi
echo $RESULT
Expand Down
Loading