From 47006871214c493e97037230b15bd9ac44194610 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Fri, 7 May 2021 10:22:29 +0300
Subject: project.toolset: refactoring

---
 project/boost/directory.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'project/boost')

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():
-- 
cgit v1.2.3