Skip to content

Commit a6b8913

Browse files
committed
DEV: Fix path for linking with Anaconda library.
1 parent a464430 commit a6b8913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis-sconscript.local

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env.Prepend(CCFLAGS='-isystem{}/include'.format(P))
1010

1111
# Define path to the shared libraries from Anaconda environment.
1212
L = P + '/lib'
13+
env.Append(LIBPATH=L)
1314
env.Append(LINKFLAGS='-Wl,-rpath,{!r}'.format(L))
1415

1516
# vim: ft=python

0 commit comments

Comments
 (0)