From d50c8a3515883a5370368414f7b199dc05eea7cf Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 29 Aug 2015 10:01:44 +0000 Subject: Add a MinGW test runner to version control. --- infrastructure/mingw/configure.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'infrastructure/mingw/configure.sh') diff --git a/infrastructure/mingw/configure.sh b/infrastructure/mingw/configure.sh index dd45a572..0242ea74 100755 --- a/infrastructure/mingw/configure.sh +++ b/infrastructure/mingw/configure.sh @@ -1,16 +1,6 @@ #!/bin/sh - -case "`uname -m`" in -x86_64) - DEP_PATH=/usr/x86_64-w64-mingw32 - target=x86_64-w64-mingw32 ;; -i686) - DEP_PATH=/usr/i686-pc-mingw32 - target=i686-pc-mingw32 ;; -*) - echo "Error: unknown machine type `uname -m`" >&2; exit 1 ;; -esac +source `dirname $0`/environment.sh if [ ! -r "$DEP_PATH/lib/libssl.a" ]; then echo "Error: install OpenSSL as instructed by" \ -- cgit v1.2.3