add documentation for the inheritenv option

This commit is contained in:
Mathieu Lacage
2006-11-06 14:25:35 +01:00
parent bb29989cac
commit 48c5381ac1

4
BUILD
View File

@@ -29,6 +29,10 @@ Example: scons cflags="-O3 -ffast-math"
Example: scons cxxflags="-O3 -ffast-math"
- ldflags: flags for the linker:
Example: scons ldflags="-L/foo -L/bar"
- inheritenv: set to 'y' if you want to make your compiler
execute within the same environment (env vars) as your own
shell. This is typically used to make colorgcc work.
Example: scons inheritenv=y
2) Targets
----------