Skip to content

Commit e9897d9

Browse files
ilovepipetrhosek
andauthored
Update compiler-rt/test/fuzzer/CMakeLists.txt
Co-authored-by: Petr Hosek <[email protected]>
1 parent 1638581 commit e9897d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/fuzzer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test_fuzzer("default")
7575
if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
7676
if(LIBCXX_ENABLE_STATIC)
7777
test_fuzzer("static-libc++" DEPS cxx_static)
78-
elseif(LIBCXX_ENABLE_SHARED)
78+
if(LIBCXX_ENABLE_SHARED)
7979
test_fuzzer("libc++" DEPS cxx_shared)
8080
endif()
8181
endif()

0 commit comments

Comments
 (0)