[ntpsec commit] Fix DIR_SEP on Windows.

Amar Takhar amar at ntpsec.org
Fri Oct 9 14:22:58 UTC 2015


Module:    ntpsec
Branch:    master
Commit:    fe3fd7c45418ade89951a5e26f54e77e7165f053
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=fe3fd7c45418ade89951a5e26f54e77e7165f053

Author:    Amar Takhar <verm at darkbeer.org>
Date:      Fri Oct  9 10:18:39 2015 -0400

Fix DIR_SEP on Windows.

---

 pylib/configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pylib/configure.py b/pylib/configure.py
index 151fb58..b46c2de 100644
--- a/pylib/configure.py
+++ b/pylib/configure.py
@@ -423,7 +423,7 @@ def cmd_configure(ctx):
 
 
 	# Check for directory separator
-	if ctx.env.TARGET_PLATFORM == "win":
+	if ctx.env.PLATFORM_TARGET == "win":
 		sep = "\\"
 	else:
 		sep = "/"



More information about the vc mailing list