Skip to content

Commit

Permalink
compiler-rt: use linux cp
Browse files Browse the repository at this point in the history
  • Loading branch information
shinchiro committed Sep 28, 2023
1 parent 5231732 commit 8c2b338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/llvm/llvm-compiler-rt-builtin.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ExternalProject_Add(llvm-compiler-rt-builtin
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ONLY
-DSANITIZER_CXX_ABI=libc++
BUILD_COMMAND ${EXEC} ninja -C <BINARY_DIR>
COMMAND ${CMAKE_COMMAND} -E copy <BINARY_DIR>/lib/windows/libclang_rt.builtins-${TARGET_CPU}.a ${MINGW_INSTALL_PREFIX}/lib
COMMAND bash -c "cp <BINARY_DIR>/lib/windows/libclang* ${MINGW_INSTALL_PREFIX}/lib"
INSTALL_COMMAND ${EXEC} ninja -C <BINARY_DIR> install
LOG_DOWNLOAD 1 LOG_UPDATE 1 LOG_CONFIGURE 1 LOG_BUILD 1 LOG_INSTALL 1
)
Expand Down

0 comments on commit 8c2b338

Please sign in to comment.