2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00

Update the environment to IronPython 2.7.9

This commit is contained in:
Thomas Nagy 2019-07-11 19:13:14 +02:00
parent a91bb8fa63
commit 88a0778476
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA

View File

@ -270,8 +270,8 @@ cd tests/install_group/
bat '''
copy waf demos\\c /Y
cd demos\\c
"C:\\Program Files (x86)\\IronPython 2.7\\ipy64.exe" waf distclean
"C:\\Program Files (x86)\\IronPython 2.7\\ipy64.exe" waf configure build build
"C:\\Program Files\\IronPython 2.7\\ipy.exe" waf distclean
"C:\\Program Files\\IronPython 2.7\\ipy.exe" waf configure build build
'''
}
}