From cd73fab906e5d153bf6345c5376d4f3e08a47392 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 16 Nov 2024 12:56:59 -0800 Subject: [PATCH] change to lookup --- SCons/Defaults.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SCons/Defaults.xml b/SCons/Defaults.xml index 71c214d7b..4385390ca 100644 --- a/SCons/Defaults.xml +++ b/SCons/Defaults.xml @@ -276,7 +276,7 @@ directory names in &cv-CPPPATH; will be looked-up relative to the directory of the SConscript file when they are used in a command. To force &scons; -to look up a directory relative to the root of the source tree, use +to lookup a directory relative to the root of the source tree, use the # prefix: @@ -285,7 +285,7 @@ env = Environment(CPPPATH='#/include') -The directory look up can also be forced using the +The directory lookup can also be forced using the &f-link-Dir; function: @@ -548,7 +548,7 @@ directory names in &cv-LIBPATH; will be looked-up relative to the directory of the SConscript file when they are used in a command. To force &scons; -to look up a directory relative to the root of the source tree, use +to lookup a directory relative to the root of the source tree, use the # prefix: @@ -557,7 +557,7 @@ env = Environment(LIBPATH='#/libs') -The directory look up can also be forced using the +The directory lookup can also be forced using the &f-link-Dir; function: -- 2.11.4.GIT