3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-18 23:06:26 +00:00

Fix share lookup for mingw builds

This commit is contained in:
Miodrag Milanovic 2026-06-17 10:40:13 +02:00
parent e2903c4a5c
commit 88d4af94cf

View file

@ -156,7 +156,7 @@ yosys_core(kernel
set(yosys_cc_definitions
"$<$<BOOL:${YOSYS_ABC_EXECUTABLE}>:ABCEXTERNAL=\"${YOSYS_ABC_EXECUTABLE}\">"
$<$<BOOL:${MSYS}>:YOSYS_WIN32_UNIX_DIR>
$<$<BOOL:${MINGW}>:YOSYS_WIN32_UNIX_DIR>
)
set_source_files_properties(yosys.cc PROPERTIES
COMPILE_DEFINITIONS "${yosys_cc_definitions}"