summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-02-20 12:44:44 +1100
committerChris Johns <chrisj@rtems.org>2016-02-22 13:12:30 +1100
commitbe602e492a33715594008ea8d614d9c483ee4bfe (patch)
tree67d09add19319149f33141c81663b395d5185775
parentAdd Windows specific waf support for MSYS2. (diff)
downloadrtems-tools-be602e492a33715594008ea8d614d9c483ee4bfe.tar.bz2
Do not change the Python os.sep setting.
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index 6f252a4..836b693 100644
--- a/wscript
+++ b/wscript
@@ -116,7 +116,6 @@ def configure(ctx):
recurse(ctx)
def build(ctx):
- wafwindows.set_os_sep()
if os.path.exists('VERSION'):
ctx.install_files('${PREFIX}/share/rtems/rtemstoolkit', ['VERSION'])
recurse(ctx)