mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Windows native build fixes.
The testing of building on Windows is done using MSYS2.
This commit is contained in:
@@ -36,7 +36,10 @@ def generate(name, opts, header = None, footer = None):
|
||||
opts.defaults.get_value('%{_sbgit_id}'))]
|
||||
else:
|
||||
r += [' RSB: not a valid repo']
|
||||
r += [' %s' % (' '.join(os.uname()))]
|
||||
if os.name == 'nt':
|
||||
r += [' Windows']
|
||||
else:
|
||||
r += [' %s' % (' '.join(os.uname()))]
|
||||
r += []
|
||||
r += ['Tail of the build log:']
|
||||
r += log.tail()
|
||||
|
Reference in New Issue
Block a user