a small change to g2y.py tot test a commit

This commit is contained in:
gladman 2010-07-06 07:59:55 +00:00
parent f0ebf13416
commit 21304bacbf

View File

@ -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