Skip to content

Commit 49f62b1

Browse files
committed
more debugging for 32-bit windows
1 parent 685ece5 commit 49f62b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/build_openblas.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
# realpath, cygpath, zip, gcc, make, ar, dlltool
2121
# usually as part of an msys installation.
2222

23+
set -xe
24+
2325
# Convert to Unix-style path
2426
openblas_root="$(cygpath ${1:-${OPENBLAS_ROOT:-c:\\opt}})"
2527
build_bits="${2:-${BUILD_BITS:-64}}"

0 commit comments

Comments
 (0)