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:
parent
e2903c4a5c
commit
88d4af94cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue