Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 219031
Collapse All | Expand All

(-)SConstruct.orig (+1 lines)
Lines 36-41 Link Here
36
	return result;
36
	return result;
37
37
38
CEnv = Environment (options = opts);
38
CEnv = Environment (options = opts);
39
CEnv['LINKFLAGS'] += SCons.Util.CLVar(os.environ['LDFLAGS']);
39
40
40
Help (opts.GenerateHelpText (CEnv))
41
Help (opts.GenerateHelpText (CEnv))
41
42

Return to bug 219031