From e9b8ddeab00c43ce5fb541013926dd797d85545f Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Sat, 6 Mar 2010 08:34:58 -0700 Subject: [PATCH] Doc:CG: fix typo on DYLD_FALLBACK_LIBRARY_PATH for OSX --- Documentation/included/compile.itexi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/included/compile.itexi b/Documentation/included/compile.itexi index bdbd4a90f3..7be0903b0b 100644 --- a/Documentation/included/compile.itexi +++ b/Documentation/included/compile.itexi @@ -948,8 +948,7 @@ this file if it does not exist. @example export PATH=/opt/local/bin:/opt/local/sbin:$PATH -export DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib:\ -$DYLD_FALLBACK_LIBRARY_PATH +export DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib:$DYLD_FALLBACK_LIBRARY_PATH @end example Now you must edit the generated @code{config.make} file. Change -- 2.39.2