+ Fix prefix of Python extensions built with MinGW
This commit is contained in:
@@ -157,6 +157,7 @@ fc_target_copy_resource(Fem
|
||||
|
||||
SET_BIN_DIR(Fem Fem /Mod/Fem)
|
||||
if(WIN32)
|
||||
set_target_properties(Fem PROPERTIES PREFIX "")
|
||||
set_target_properties(Fem PROPERTIES SUFFIX ".pyd")
|
||||
endif(WIN32)
|
||||
|
||||
|
||||
@@ -206,6 +206,7 @@ fc_target_copy_resource(FemGui
|
||||
|
||||
SET_BIN_DIR(FemGui FemGui /Mod/Fem)
|
||||
if(WIN32)
|
||||
set_target_properties(FemGui PROPERTIES PREFIX "")
|
||||
set_target_properties(FemGui PROPERTIES SUFFIX ".pyd")
|
||||
endif(WIN32)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user