We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccceeca commit 06c20caCopy full SHA for 06c20ca
1 file changed
configure.ac
@@ -410,8 +410,8 @@ AS_IF([test "x$with_julia" != xno],[
410
],
411
[*],[
412
JULIA_CPPFLAGS="-I$with_julia/include/julia"
413
- JULIA_LDFLAGS="-L$with_julia/lib"
414
- JULIA_LIBS="-ljulia -Wl,-rpath,$with_julia/lib"
+ JULIA_LDFLAGS="-L$with_julia/lib -Wl,-rpath,$with_julia/lib"
+ JULIA_LIBS="-ljulia"
415
]
416
)
417
0 commit comments