We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989ea36 commit 65d72a3Copy full SHA for 65d72a3
tools/build_openblas.sh
@@ -23,7 +23,7 @@
23
# Convert to Unix-style path
24
openblas_root="$(cygpath ${1:-${OPENBLAS_ROOT:-c:\\opt}})"
25
build_bits="${2:-${BUILD_BITS:-64}}"
26
-if [ "$INTERFACE64" == "1" ]; then if_default=64 else if_default=32; fi
+if [ "$INTERFACE64" == "1" ]; then if_default=64; else if_default=32; fi
27
if_bits=${3:-${if_default}}
28
# Our directory for later copying
29
if [ -z "$START_DIR" ]; then
0 commit comments