made BINRELOC disabled by default with scons, only enable for linux

This commit is contained in:
Campbell Barton
2008-01-19 18:52:39 +00:00
parent d450dbec91
commit 5a4fc7a8fd
3 changed files with 3 additions and 3 deletions

View File

@@ -301,7 +301,7 @@ def read_opts(cfg, args):
(BoolOption('BF_SPLIT_SRC', 'Split src lib into several chunks if true', 'false')),
(BoolOption('WITHOUT_BF_INSTALL', 'dont install if true', 'false')),
(BoolOption('BF_FANCY', 'Enable fancy output if true', 'true')),
(BoolOption('WITH_BF_BINRELOC', 'Enable relocatable binary (linux only)', 'true')),
(BoolOption('WITH_BF_BINRELOC', 'Enable relocatable binary (linux only)', 'false')),
) # end of opts.AddOptions()