Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 94ee797

Browse files
committed
Rust: Enable MSVC build
1 parent 1f4c8ea commit 94ee797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/builtins/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ if (APPLE)
347347
add_subdirectory(Darwin-excludes)
348348
add_subdirectory(macho_embedded)
349349
darwin_add_builtin_libraries(${BUILTIN_SUPPORTED_OS})
350-
elseif (NOT WIN32 OR MINGW)
350+
else ()
351351
foreach (arch ${BUILTIN_SUPPORTED_ARCH})
352352
if (CAN_TARGET_${arch})
353353
# Filter out generic versions of routines that are re-implemented in

0 commit comments

Comments
 (0)