"git@developer.sourcefind.cn:OpenDAS/fairseq.git" did not exist on "bc8ae449321fb5587590b32eac13ec2f95ac47b7"
Commit 131686f4 authored by Davis King's avatar Davis King
Browse files

Changed cmake file so python libraries have the correct extension on mac systems.

parent 56d6a8a4
...@@ -60,6 +60,7 @@ macro(add_python_module module_name module_sources ) ...@@ -60,6 +60,7 @@ macro(add_python_module module_name module_sources )
SET_TARGET_PROPERTIES( ${module_name}_ SET_TARGET_PROPERTIES( ${module_name}_
PROPERTIES PROPERTIES
PREFIX "" PREFIX ""
SUFFIX ".so"
OUTPUT_NAME ${module_name} OUTPUT_NAME ${module_name}
) )
endif() endif()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment