mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-22 13:35:30 +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
|
||||
OSNAME=`uname`
|
||||
case $OSNAME in
|
||||
CYGWIN*)
|
||||
OSNAME=CYGWIN
|
||||
TESTRUNNER=$TESTRUNNER.exe
|
||||
;;
|
||||
MINGW*)
|
||||
OSNAME=MinGW ;;
|
||||
esac
|
||||
fi
|
||||
if [ "$OSARCH" = "" ] ; then
|
||||
OSARCH=`uname -m | tr ' /' _-`
|
||||
|
Loading…
x
Reference in New Issue
Block a user