From 21304bacbf8354632d6e5357737ff1ad69de6d46 Mon Sep 17 00:00:00 2001 From: gladman Date: Tue, 6 Jul 2010 07:59:55 +0000 Subject: [PATCH] a small change to g2y.py tot test a commit --- build.vc10/g2y.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.vc10/g2y.py b/build.vc10/g2y.py index e4911108..e05604ec 100644 --- a/build.vc10/g2y.py +++ b/build.vc10/g2y.py @@ -542,7 +542,7 @@ def conv_dirs(s, d, l): shutil.copyfile(sp, dp) if len(sys.argv) == 1: - cd = os.getcwd() # if run in the build.vc9 directory + cd = os.getcwd() # if run in the build.vc10 directory if cd.endswith('build.vc10'): cd1 = cd + '\\..\\mpn\\x86_64' # the GAS assembler directory cd2 = cd + '\\..\\mpn\\x86_64w' # the YASM (Windows) assembler directory