diff options
author | Mats Wichmann <mats@linux.com> | 2019-05-04 16:00:32 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2019-05-04 16:11:16 (GMT) |
commit | 242c19a47df0ff3ff7cef7c6e60d3aa3db2c1039 (patch) | |
tree | 8a4393f14febe4ab83bb4400f6b0c475b5bc8d4b /src/engine | |
parent | cb83cf38c8f8c17bfc06610b20e01ef23c19a368 (diff) | |
download | SCons-242c19a47df0ff3ff7cef7c6e60d3aa3db2c1039.zip SCons-242c19a47df0ff3ff7cef7c6e60d3aa3db2c1039.tar.gz SCons-242c19a47df0ff3ff7cef7c6e60d3aa3db2c1039.tar.bz2 |
[PR #3363] doc update for added flags
Needed a doc regen to pick up the change.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/SCons/Environment.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/SCons/Environment.xml b/src/engine/SCons/Environment.xml index 324096f..0a41e2a 100644 --- a/src/engine/SCons/Environment.xml +++ b/src/engine/SCons/Environment.xml @@ -2294,6 +2294,9 @@ and added to the following construction variables: -frameworkdir= FRAMEWORKPATH -include CCFLAGS -isysroot CCFLAGS, LINKFLAGS +-isystem CCFLAGS +-iquote CCFLAGS +-idirafter CCFLAGS -I CPPPATH -l LIBS -L LIBPATH |