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

Merge pull request #5964 from YosysHQ/mingw_fix

Fix share lookup for mingw builds
This commit is contained in:
Miodrag Milanović 2026-06-17 18:32:02 +00:00 committed by GitHub
commit 72f6df873a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}"