Skip to content

Commit 00541af

Browse files
JAicewizarddg0yt
andcommitted
Update ports/blas/portfile.cmake
Co-authored-by: Kai Pastor <[email protected]>
1 parent f0e2471 commit 00541af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ports/blas/portfile.cmake

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ if(VCPKG_TARGET_IS_OSX OR VCPKG_TARGET_IS_IOS)
4949
set(cflags "-framework Accelerate")
5050
elseif(VCPKG_TARGET_IS_UWP
5151
OR (VCPKG_TARGET_IS_WINDOWS AND VCPKG_TARGET_ARCHITECTURE MATCHES "arm")
52-
OR NOT (VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
52+
OR VCPKG_TARGET_IS_MINGW
53+
OR NOT VCPKG_TARGET_IS_WINDOWS
5354
OR NOT (VCPKG_LIBRARY_LINKAGE STREQUAL "static"))
5455
set(BLA_VENDOR OpenBLAS)
5556
set(requires openblas)

0 commit comments

Comments
 (0)