Skip to content

Commit 66198fa

Browse files
committed
Refs #63. delete prefix for mingw64 toolchain.
1 parent 47b2276 commit 66198fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: quickbuild.win64

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
echo " Please read https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio "
4-
make BINARY=64 CC=x86_64-w64-mingw32-gcc FC=x86_64-w64-mingw32-gfortran
4+
make BINARY=64 CC=gcc FC=gfortran

0 commit comments

Comments
 (0)