From be602e492a33715594008ea8d614d9c483ee4bfe Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sat, 20 Feb 2016 12:44:44 +1100 Subject: Do not change the Python os.sep setting. --- wscript | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3