mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 14:29:14 +00:00
Merge branch 'patch-1' of https://github.com/Kojoley/boost into develop
This commit is contained in:
commit
f6c6d308b3
1 changed files with 5 additions and 5 deletions
|
@ -163,11 +163,11 @@ class check_library():
|
|||
self.library_key = self.library.split('/',1)[1]
|
||||
|
||||
if self.debug:
|
||||
print ">>> cwd: %s"%(os.getcwd())
|
||||
print ">>> actions: %s"%(self.actions)
|
||||
print ">>> boost_root: %s"%(self.boost_root)
|
||||
print ">>> library: %s"%(self.library)
|
||||
print ">>> jamfile: %s"%(self.jamfile)
|
||||
print(">>> cwd: %s"%(os.getcwd()))
|
||||
print(">>> actions: %s"%(self.actions))
|
||||
print(">>> boost_root: %s"%(self.boost_root))
|
||||
print(">>> library: %s"%(self.library))
|
||||
print(">>> jamfile: %s"%(self.jamfile))
|
||||
|
||||
for action in self.actions:
|
||||
action_m = "check_"+action.replace('-','_')
|
||||
|
|
Loading…
Add table
Reference in a new issue