Skip to content

Commit

Permalink
push dll for win vs with addon config file update
Browse files Browse the repository at this point in the history
  • Loading branch information
thiravet committed Nov 23, 2017
1 parent a455e0d commit dcecf5e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon_config.mk
Expand Up @@ -74,7 +74,7 @@ linux:
vs:
ADDON_DLLS_TO_COPY = dll/blas_win32_MT.dll
ADDON_DLLS_TO_COPY += dll/lapack_win32_MT.dll
ADDON_DLLS_TO_COPY = dll/blas_win64_MT.dll
ADDON_DLLS_TO_COPY += dll/blas_win64_MT.dll
ADDON_DLLS_TO_COPY += dll/lapack_win64_MT.dll
win_cb:
linuxarmv6l:
Expand Down
Binary file added dll/blas_win32_MT.dll
Binary file not shown.
Binary file added dll/blas_win64_MT.dll
Binary file not shown.
Binary file added dll/lapack_win32_MT.dll
Binary file not shown.
Binary file added dll/lapack_win64_MT.dll
Binary file not shown.

0 comments on commit dcecf5e

Please sign in to comment.