aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/boost/directory.py
diff options
context:
space:
mode:
Diffstat (limited to 'project/boost/directory.py')
-rw-r--r--project/boost/directory.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/boost/directory.py b/project/boost/directory.py
index fcb6fe6..4da58a7 100644
--- a/project/boost/directory.py
+++ b/project/boost/directory.py
@@ -54,8 +54,8 @@ class BoostDir:
def _bootstrap_args(hint):
toolset = Toolset.detect(hint)
if on_windows():
- return toolset.get_bootstrap_bat_args()
- return toolset.get_bootstrap_sh_args()
+ return toolset.bootstrap_bat_args()
+ return toolset.bootstrap_sh_args()
@staticmethod
def _b2_path():