Skip to content

Commit 38d2374

Browse files
authored
Merge eb4ea6b into sapling-pr-archive-ktf
2 parents c3a5bd0 + eb4ea6b commit 38d2374

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test-root-macro.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo ${INCPATH} | tr ":" "\n"
3333
echo "LD_LIBRARY_PATH to be used:"
3434
echo ${LIBPATH} | tr ":" "\n"
3535

36-
env ROOT_INCLUDE_PATH=${INCPATH} LD_LIBRARY_PATH=${LIBPATH} @ROOT_root_CMD@ -n -b -l -q -e "${CMD}"
36+
env ROOT_INCLUDE_PATH=${INCPATH} LD_LIBRARY_PATH=${LIBPATH} DYLD_FALLBACK_LIBRARY_PATH=${LIBPATH} @ROOT_root_CMD@ -n -b -l -q -e "${CMD}"
3737

3838
RV=$?
3939

0 commit comments

Comments
 (0)