New version of b2 stops using the bjam.exe name

This commit is contained in:
Thomas Kent
2022-05-25 17:02:22 -05:00
parent 0e1ffe3e1c
commit ed53aa36ce

View File

@@ -230,7 +230,7 @@ class runner:
self.timestamp_path = os.path.join( self.regression_root, 'timestamp' )
if sys.platform == 'win32':
self.patch_boost = 'patch_boost.bat'
self.bjam = { 'name' : 'bjam.exe' }
self.bjam = { 'name' : 'b2.exe' }
self.process_jam_log = { 'name' : 'process_jam_log.exe' }
elif sys.platform == 'cygwin':
self.patch_boost = 'patch_boost'