]> Creatis software - creaToolsTools.git/commitdiff
#3405 vtk8itk5wx3-macos
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Thu, 31 Mar 2022 09:39:03 +0000 (11:39 +0200)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Thu, 31 Mar 2022 09:39:03 +0000 (11:39 +0200)
Linux/scripts/CreaTools-GenerateBinTGZ.sh

index 737a6da132633d94724d83b353940a8e8fb67742..73a65f2e0d0a46b23fcd6503f737bfdb787cff63 100644 (file)
@@ -73,7 +73,7 @@
        echo "export PATH=\$PATH:\$1/bin" > share/creatools/creatools_TPLaux_config.sh
 # MacOs
        if [ `getDistrib` == MacOS ]  ; then 
-               echo "export DYLD_LIBRARY_PATH=\$LD_LIBRARY_PATH:\$1/lib64" >> share/creatools/creatools_TPLaux_config.sh
+               echo "export DYLD_LIBRARY_PATH=\$LD_LIBRARY_PATH:\$1/lib" >> share/creatools/creatools_TPLaux_config.sh
        else 
                echo "export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:\$1/lib64" >> share/creatools/creatools_TPLaux_config.sh
        fi