Fix objcopy filepath
Some checks reported errors
Tests / Clang total: 1096, failed: 2, passed: 1094
Tests / SIMD fallback total: 1096, failed: 2, passed: 1094
weaselab/conflict-set/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2024-04-03 12:27:07 -07:00
parent e774a90007
commit 618766ce2e

View File

@@ -136,7 +136,8 @@ else()
TARGET ${PROJECT_NAME}-static
POST_BUILD
COMMAND
${CMAKE_OBJCOPY} --keep-global-symbols=${CMAKE_SOURCE_DIR}/symbols.txt
${CMAKE_OBJCOPY}
--keep-global-symbols=${CMAKE_SOURCE_DIR}/symbol-exports.txt
$<TARGET_FILE:${PROJECT_NAME}-static> || echo
"Proceeding with all symbols global in static library")
endif()