Skip to content

Commit

Permalink
use bin
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Dec 4, 2024
1 parent 79d9ac8 commit 18cfe80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ elif host_machine.system() == 'windows'
required: true)
if openblas_lib.found()
fs = import('fs')
fs.copyfile('C:/msys64/mingw64/lib/libopenblas.dll', 'pfapack/libopenblas.dll')
fs.copyfile('C:/msys64/mingw64/bin/libopenblas.dll', 'pfapack/libopenblas.dll')
endif
endif
# OpenBLAS includes both BLAS and LAPACK
Expand Down

0 comments on commit 18cfe80

Please sign in to comment.