From bd90b1010295e2ffcf598e494c8924694502a437 Mon Sep 17 00:00:00 2001 From: Nikita Kniazev Date: Tue, 25 Apr 2023 19:07:10 +0300 Subject: [PATCH] b2-engine target should build b2 first Also fixes stage/install not installing b2.pdb. --- Jamroot.jam | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Jamroot.jam b/Jamroot.jam index 7d3ce69b4d..23359ac8a0 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -172,14 +172,8 @@ add-install-dir b2bindir-portable : : b2prefix-portable ; add-install-dir b2coredir-portable : .b2 : b2prefix-portable ; add-install-dir b2examplesdir-portable : .b2/examples : b2prefix-portable ; -local ext = "" ; -if [ os.on-windows ] || [ os.on-vms ] -{ - ext = ".exe" ; -} - install b2-engine - : $(SELF)/src/engine/b2$(ext) + : b2 : standard:(b2bindir-standard) portable:(b2bindir-portable) ;