mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-25 16:13:42 +01:00
Fix Testrunner path for Cygwin x86_64
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
b7f6870cef
commit
76e9d2bf02
@ -18,6 +18,14 @@ components=`cat $POCO_BASE/components`
|
|||||||
|
|
||||||
if [ "$OSNAME" = "" ] ; then
|
if [ "$OSNAME" = "" ] ; then
|
||||||
OSNAME=`uname`
|
OSNAME=`uname`
|
||||||
|
case $OSNAME in
|
||||||
|
CYGWIN*)
|
||||||
|
OSNAME=CYGWIN
|
||||||
|
TESTRUNNER=$TESTRUNNER.exe
|
||||||
|
;;
|
||||||
|
MINGW*)
|
||||||
|
OSNAME=MinGW ;;
|
||||||
|
esac
|
||||||
fi
|
fi
|
||||||
if [ "$OSARCH" = "" ] ; then
|
if [ "$OSARCH" = "" ] ; then
|
||||||
OSARCH=`uname -m | tr ' /' _-`
|
OSARCH=`uname -m | tr ' /' _-`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user