Add a local id for Windows.

This commit is contained in:
Chris Johns 2012-10-31 20:52:33 +11:00
parent ab8319af6d
commit 07607e2667

View File

@ -54,6 +54,7 @@ def load():
'optflags': '-O2 -fasynchronous-unwind-tables', 'optflags': '-O2 -fasynchronous-unwind-tables',
'_smp_mflags': smp_mflags, '_smp_mflags': smp_mflags,
'__sh': 'sh', '__sh': 'sh',
'__id': 'id',
'_buildshell': '%{__sh}', '_buildshell': '%{__sh}',
'___setup_shell': '%{__sh}', '___setup_shell': '%{__sh}',
# Build flags # Build flags