From a4a3a3335bd273e6224d16a934b59531ef239893 Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Thu, 27 Jul 2017 20:09:24 +0200 Subject: Fix ./configure on Windows (#11775) * Fix ./configure on Windows * Disable bitwise_ops_test on Windows --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index c6df6992d9..9c21d2b03a 100755 --- a/configure +++ b/configure @@ -8,7 +8,7 @@ if [ -z "$PYTHON_BIN_PATH" ]; then fi # Set all env variables -$PYTHON_BIN_PATH configure.py +"$PYTHON_BIN_PATH" configure.py +echo "Configuration finished" -echo "Configuration finished" \ No newline at end of file -- cgit v1.2.3