From 3018e2f4442fc80492bcb0440107910eb1c11adf 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(-) (limited to 'wscript') diff --git a/wscript b/wscript index 08fcb47..11c93f3 100644 --- a/wscript +++ b/wscript @@ -118,7 +118,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