Config: Added SONAME for pyatidlas

This commit is contained in:
Philippe Tillet
2014-10-16 09:59:37 -04:00
parent 16c872f38d
commit e0f0400a55

View File

@@ -84,7 +84,7 @@ def main():
ext_modules=[Extension( ext_modules=[Extension(
'_atidlas',[ os.path.join('${CMAKE_CURRENT_SOURCE_DIR}', 'src', '_atidlas.cpp')], '_atidlas',[ os.path.join('${CMAKE_CURRENT_SOURCE_DIR}', 'src', '_atidlas.cpp')],
extra_compile_args= [], extra_compile_args= [],
extra_link_args=[], extra_link_args=['-Wl,-soname=_atidlas.so'],
define_macros=DEFINES, define_macros=DEFINES,
undef_macros=[], undef_macros=[],
include_dirs=INCLUDE_DIRS, include_dirs=INCLUDE_DIRS,