Fix bug 1011 - "PySide cygwin patch"
Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
This commit is contained in:
parent
5c076e1c53
commit
f57d4d4dbc
6 changed files with 8 additions and 8 deletions
|
|
@ -39,7 +39,7 @@ macro(create_pyside_module module_name module_include_dir module_libraries modul
|
|||
set_target_properties(${module_name} PROPERTIES SUFFIX ".pyd")
|
||||
set(${module_name}_suffix ".pyd")
|
||||
else()
|
||||
set(${module_name}_suffix ".so")
|
||||
set(${module_name}_suffix ${CMAKE_SHARED_MODULE_SUFFIX})
|
||||
endif()
|
||||
target_link_libraries(${module_name} ${${module_libraries}})
|
||||
if(${module_deps})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue