From e3956fe72606353d1ba7960472f0ab7b246206a8 Mon Sep 17 00:00:00 2001 From: Bassem Girgis Date: Thu, 15 Aug 2019 01:05:29 -0500 Subject: [PATCH] build boost versioned on linux --- boost/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boost/build.sh b/boost/build.sh index 34991f7..2b3a52b 100755 --- a/boost/build.sh +++ b/boost/build.sh @@ -45,6 +45,7 @@ if [ "${machineArch}" = "Linux" ]; then ./b2 \ --build-dir=$libBuildPath \ --prefix=$libInstallPath \ + --layout=versioned \ -j 4 \ variant=release,debug \ link=shared \ @@ -58,6 +59,7 @@ elif [ "${machineArch}" = "MacOS" ]; then ./b2 \ --build-dir=$libBuildPath \ --prefix=$libInstallPath \ + --layout=versioned \ -j 4 \ variant=release,debug \ link=shared \