SWIG_LIB fix for out of source MinGW builds
This commit is contained in:
parent
0de11efdd3
commit
f5db2b43e6
1 changed files with 2 additions and 3 deletions
|
|
@ -2796,9 +2796,8 @@ dnl built using MinGW or cccl compiler in Cygwin environment). However it may,
|
|||
dnl although this is probably more rare, also be built as a Cygwin program.
|
||||
dnl Using "mixed" path like we do here allows the path to work in both cases.
|
||||
case $host in
|
||||
*-*-cygwin* )
|
||||
ABS_SRCDIR=`cygpath --mixed $ABS_SRCDIR`
|
||||
;;
|
||||
*-*-mingw* ) ABS_SRCDIR=`${srcdir}/Tools/convertpath -m $ABS_SRCDIR` ;;
|
||||
*-*-cygwin* ) ABS_SRCDIR=`cygpath --mixed $ABS_SRCDIR` ;;
|
||||
esac
|
||||
|
||||
# Root directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue