Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 161800 | Differences between
and this patch

Collapse All | Expand All

(-)./SConstruct (-1 / +1 lines)
Lines 202-208 Link Here
202
#
202
#
203
# Enable MP dumping mode if specified
203
# Enable MP dumping mode if specified
204
#
204
#
205
env.AppendUnique(CPPDEFINES=[('ENABLE_MPDUMP', '${enable_mpdump}')])
205
env.AppendUnique(CPPDEFINES=[('ENABLE_MPDUMP', env.subst('${enable_mpdump}'))])
206
206
207
# Add paths to librarys generated in the build dir.
207
# Add paths to librarys generated in the build dir.
208
def prependBuildDir(subDirs):
208
def prependBuildDir(subDirs):

Return to bug 161800