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
|
if [ ! -d 3party/boost/tools ]; then
|
||||||
git submodule update --init --recursive --depth 1
|
git submodule update --init --recursive --depth 1
|
||||||
fi
|
fi
|
||||||
pushd 3party/boost/
|
if [ ! -d 3party/boost/boost ]; then
|
||||||
./bootstrap.sh
|
pushd 3party/boost/
|
||||||
./b2 headers
|
./bootstrap.sh
|
||||||
popd
|
./b2 headers
|
||||||
|
popd
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$SKIP_MAP_DOWNLOAD" = false ]; then
|
if [ "$SKIP_MAP_DOWNLOAD" = false ]; then
|
||||||
echo "Downloading world map..."
|
echo "Downloading world map..."
|
||||||
|
|||||||
Reference in New Issue
Block a user