Skip to content

Commit

Permalink
Removed /usr/local/lib from DYLD_LIBRARY_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Jun 4, 2024
1 parent 95a1a90 commit 62f2ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/build_dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ echo "CMake at: ${CMAKE_LOCATION} ${CMAKE_VERSION}"
# We set both lib64 and lib to handle differences in Linux RH and Ubuntu
#
export LD_LIBRARY_PATH="$PWD/${BUILD_DIR}/install/lib64:$PWD/${BUILD_DIR}/install/lib:${LD_LIBRARY_PATH}"
export DYLD_LIBRARY_PATH="$PWD/${BUILD_DIR}/install/lib:${DYLD_LIBRARY_PATH}:/usr/local/lib"
export DYLD_LIBRARY_PATH="$PWD/${BUILD_DIR}/install/lib:${DYLD_LIBRARY_PATH}"

#
# We set both lib64 and lib to handle differences in Linux RH and Ubuntu
Expand Down

0 comments on commit 62f2ed9

Please sign in to comment.