From 19d8708d0eaf7cb8b9c1c6dcfed467efdb72e50f Mon Sep 17 00:00:00 2001 From: Michael Caisse Date: Wed, 26 Jun 2019 08:18:11 -0700 Subject: [PATCH] missed the s390x project when fixing conflict --- boostcpp.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/boostcpp.jam b/boostcpp.jam index 1ce5a51f7a..299401778d 100644 --- a/boostcpp.jam +++ b/boostcpp.jam @@ -624,6 +624,7 @@ rule deduce-architecture ( properties * ) : /boost/architecture//mips1 : /boost/architecture//power : /boost/architecture//riscv + : /boost/architecture//s390x : /boost/architecture//sparc : /boost/architecture//x86 : /boost/architecture//combined ] ;