We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58fe53 commit bf8099bCopy full SHA for bf8099b
scripts/activation.sh
@@ -10,6 +10,10 @@ unset DEBUG_CPPFLAGS
10
unset DEBUG_CXXFLAGS
11
unset LDFLAGS
12
13
+# On OSX it's really important to setup these linker path or the linker
14
+# will use the system libc++ that can be incompatible with our dependencies
15
+export LDFLAGS="-Wl,-rpath,$CONDA_PREFIX/lib -L$CONDA_PREFIX/lib"
16
+
17
# Setup ccache
18
export CMAKE_CXX_COMPILER_LAUNCHER=ccache
19
0 commit comments