under Windows use win format for pwd and custom paths, required by ar and ld
This commit is contained in:
parent
69c5d5a627
commit
e2a78115dd
3 changed files with 4 additions and 3 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -3785,7 +3785,7 @@ WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
|
|||
WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
|
||||
|
||||
|
||||
wx_top_builddir="`pwd`"
|
||||
wx_top_builddir="`pwd -W 2> /dev/null || pwd`"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue