mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix the paths on Windows.
This commit is contained in:
@@ -51,7 +51,7 @@ defaults = {
|
||||
'_build': '%{_host}',
|
||||
'_arch': '%{_host_arch}',
|
||||
'_sbdir': '',
|
||||
'_topdir': os.getcwd(),
|
||||
'_topdir': path.shell(os.getcwd()),
|
||||
'_configdir': '%{_topdir}/config:%{_sbdir}/config',
|
||||
'_tardir': '%{_topdir}/tar',
|
||||
'_sourcedir': '%{_topdir}/sources',
|
||||
|
Reference in New Issue
Block a user