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