Line
Link Here
|
|
behaviour) |
|
behaviour) |
1 |
-- a/BuildTools/SCons/SConscript.boot |
1 |
++ b/BuildTools/SCons/SConscript.boot |
Lines 64-70
vars.Add(BoolVariable("try_expat", "Try configuring for expat?", "true"))
Link Here
|
64 |
vars.Add(PathVariable("expat_includedir", "Expat headers location", None, PathVariable.PathAccept)) |
64 |
vars.Add(PathVariable("expat_includedir", "Expat headers location", None, PathVariable.PathAccept)) |
65 |
vars.Add(PathVariable("expat_libdir", "Expat library location", None, PathVariable.PathAccept)) |
65 |
vars.Add(PathVariable("expat_libdir", "Expat library location", None, PathVariable.PathAccept)) |
66 |
vars.Add("expat_libname", "Expat library name", os.name == "nt" and "libexpat" or "expat") |
66 |
vars.Add("expat_libname", "Expat library name", os.name == "nt" and "libexpat" or "expat") |
67 |
vars.Add(PackageVariable("icu", "ICU library location", "no")) |
67 |
vars.Add(PackageVariable("icu", "ICU library location", "search")) |
68 |
vars.Add(BoolVariable("libidn_bundled_enable", "Allow use of bundled LibIDN", "true")) |
68 |
vars.Add(BoolVariable("libidn_bundled_enable", "Allow use of bundled LibIDN", "true")) |
69 |
vars.Add(BoolVariable("try_libidn", "Try configuring for LibIDN?", "true")) |
69 |
vars.Add(BoolVariable("try_libidn", "Try configuring for LibIDN?", "true")) |
70 |
vars.Add(PathVariable("libidn_includedir", "LibIDN headers location", None, PathVariable.PathAccept)) |
70 |
vars.Add(PathVariable("libidn_includedir", "LibIDN headers location", None, PathVariable.PathAccept)) |