mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-02-18 05:34:35 +00:00
Merge pull request #518 from BracketMaster/patch-1
Update CMakeLists.txt
This commit is contained in:
@@ -52,7 +52,7 @@ else()
|
||||
if(WIN32)
|
||||
set(pytrellis_lib pytrellis.pyd)
|
||||
else()
|
||||
set(pytrellis_lib pytrellis${CMAKE_SHARED_LIBRARY_SUFFIX})
|
||||
set(pytrellis_lib pytrellis${CMAKE_SHARED_MODULE_SUFFIX})
|
||||
endif()
|
||||
|
||||
find_path(TRELLIS_LIBDIR ${pytrellis_lib}
|
||||
|
||||
Reference in New Issue
Block a user