linux_weird

This commit is contained in:
Vitor Santos Costa
2016-08-23 15:08:36 -05:00
parent cbef36b565
commit 6148e8199f
7 changed files with 53 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import os
import platform
if platform.system() == 'Darwin':
my_extra_link_args = ['-Wl,-rpath','${dlls}']
my_extra_link_args = ['-Wl,-rpath','-Wl,${dlls}']
else:
my_extra_link_args = []
@@ -23,6 +23,7 @@ setup(
extra_link_args=my_extra_link_args,
libraries=['Yap++','Yap','YAPPython'],
include_dirs=['../../..',
'${GMP_INCLUDE_DIRS}',
'${CMAKE_SOURCE_DIR}/H',
'${CMAKE_SOURCE_DIR}/H/generated',
'${CMAKE_SOURCE_DIR}/OPTYap',