removed -R compilaiton flag that gcc doesn't like
This commit is contained in:
@ -56,7 +56,7 @@ def findCython(root,base=None,pyrexs=None):
|
|||||||
include_dirs=[libabspath],
|
include_dirs=[libabspath],
|
||||||
libraries=["obi3"],
|
libraries=["obi3"],
|
||||||
runtime_library_dirs=[libabspath],
|
runtime_library_dirs=[libabspath],
|
||||||
extra_link_args=["-Wl,-rpath,"+libabspath, "-R"+libabspath]
|
extra_link_args=["-Wl,-rpath,"+libabspath, "-L"+libabspath]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user