mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Changed cmake file so python libraries have the correct extension on mac systems.
This commit is contained in:
parent
56d6a8a4d4
commit
131686f4ed
@ -60,6 +60,7 @@ macro(add_python_module module_name module_sources )
|
||||
SET_TARGET_PROPERTIES( ${module_name}_
|
||||
PROPERTIES
|
||||
PREFIX ""
|
||||
SUFFIX ".so"
|
||||
OUTPUT_NAME ${module_name}
|
||||
)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user