mirror of
https://github.com/boostorg/regression.git
synced 2026-01-19 04:42:10 +00:00
New version of b2 stops using the bjam.exe name
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user