mirror of https://github.com/YosysHQ/yosys.git
Fix share lookup for mingw builds
This commit is contained in:
parent
e2903c4a5c
commit
88d4af94cf
|
|
@ -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…
Reference in New Issue