We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34503a0 commit 3dd1e2fCopy full SHA for 3dd1e2f
source/code/sago/SagoDataHolder.cpp
@@ -24,7 +24,6 @@ SOFTWARE.
24
25
#include "SagoDataHolder.hpp"
26
#include <iostream>
27
-#include <mutex>
28
#include <map>
29
#include <vector>
30
#include <physfs.h>
source/misc/standalone/compile_requirements.sh
@@ -27,7 +27,7 @@ cd /staging/deps/physfs-3.0.2 && cmake . && make && make install
cd ~
mkdir -p Downloads
cd Downloads
-curl https://archives.boost.io/release/1.89.0/source/boost_1_89_0.tar.bz2 -O
+curl https://files.poulsander.com/~poul19/public_files/boost_1_89_0.tar.bz2 -O
31
tar xvfj boost_1_89_0.tar.bz2
32
pushd boost_1_89_0
33
./bootstrap.sh --with-libraries=program_options
0 commit comments