3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-24 08:02:32 +00:00

CMake: rework Silimate Verific file to work with Linux linker

This commit is contained in:
Mohamed Gaber 2026-06-21 15:02:54 +03:00
parent 9316df4480
commit 2383dbda21
2 changed files with 60 additions and 28 deletions

View file

@ -7,7 +7,3 @@ set(YOSYS_VERIFIC_DIR ${PROJECT_SOURCE_DIR}/verific)
set(YOSYS_WITH_PYTHON ON CACHE BOOL "" FORCE)
add_library(verific INTERFACE)
if (LINUX)
add_link_options("-Wl,--allow-multiple-definition")
endif()