From 46c685a7f8efe7d2828b4ceb88e5ec446d62f031 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Thu, 25 May 2023 23:10:49 +0200 Subject: [PATCH] Install Alliance in Release.Shared, not Debug.Shared. --- bootstrap/allianceInstaller.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/allianceInstaller.sh b/bootstrap/allianceInstaller.sh index 0c3526ed..03a0cc3c 100755 --- a/bootstrap/allianceInstaller.sh +++ b/bootstrap/allianceInstaller.sh @@ -20,6 +20,7 @@ srcDir=${HOME}${nightly}/coriolis-2.x/src/alliance/alliance/src commonRoot=${HOME}${nightly}/coriolis-2.x/${arch}/Release.Shared + #commonRoot=${HOME}${nightly}/coriolis-2.x/${arch}/Debug.Shared buildDir=${commonRoot}/build installDir=${commonRoot}/install