Skip to content

Commit 335ee18

Browse files
committed
musl
1 parent 832fe7e commit 335ee18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ add_subdirectory(sxtwl)
3636
add_subdirectory(base)
3737
add_executable(csp src/main.cxx src/print.cxx src/qmuse.cxx)
3838
target_link_libraries(csp PRIVATE zhcn calendar qm sxtwl)
39-
if(UNAME_OUT MATCHES "alpine" OR UNAME_OUT MATCHES "Alpine")
39+
if(UNAME_OUTPUT MATCHES "alpine" OR UNAME_OUTPUT MATCHES "Alpine")
4040
message(STATUS "csp on musl static link")
4141
target_link_libraries(csp PRIVATE -static;-static-libstdc++)
4242
endif()

0 commit comments

Comments
 (0)