mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[3party] Do not recompile boost
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
10
configure.sh
10
configure.sh
@@ -35,10 +35,12 @@ echo "Configuring the repository for development."
|
||||
if [ ! -d 3party/boost/tools ]; then
|
||||
git submodule update --init --recursive --depth 1
|
||||
fi
|
||||
pushd 3party/boost/
|
||||
./bootstrap.sh
|
||||
./b2 headers
|
||||
popd
|
||||
if [ ! -d 3party/boost/boost ]; then
|
||||
pushd 3party/boost/
|
||||
./bootstrap.sh
|
||||
./b2 headers
|
||||
popd
|
||||
fi
|
||||
|
||||
if [ "$SKIP_MAP_DOWNLOAD" = false ]; then
|
||||
echo "Downloading world map..."
|
||||
|
||||
Reference in New Issue
Block a user