diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-06-14 20:59:06 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-06-14 20:59:49 (GMT) |
commit | 12d47ba79e4285b791f2e0b75dd95c4341c305b9 (patch) | |
tree | 45e31955f574eeb9dd437a8073d8ffd176f6a4be /BuildTools/SCons | |
parent | fd634cea58fbdae90cc36d2373316575731dc27c (diff) | |
download | swift-12d47ba79e4285b791f2e0b75dd95c4341c305b9.zip swift-12d47ba79e4285b791f2e0b75dd95c4341c305b9.tar.bz2 |
Fix compilation after recent Docbook change
Diffstat (limited to 'BuildTools/SCons')
-rw-r--r-- | BuildTools/SCons/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTools/SCons/SConstruct b/BuildTools/SCons/SConstruct index 0a76ddf..19e6ec7 100644 --- a/BuildTools/SCons/SConstruct +++ b/BuildTools/SCons/SConstruct @@ -415,7 +415,7 @@ if env.get("docbook_xml") : env["DOCBOOK_XML_DIR"] = env["docbook_xml"] if env.get("docbook_xsl") : env["DOCBOOK_XSL_DIR"] = env["docbook_xsl"] -print env["DOCBOOK_XSL_DIR"] +print env.get("DOCBOOK_XSL_DIR","") ################################################################################ |