Skip to content

Commit 3dd1e2f

Browse files
committed
Removee unneeded include and let the standalone version pull from a different place
1 parent 34503a0 commit 3dd1e2f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

source/code/sago/SagoDataHolder.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ SOFTWARE.
2424

2525
#include "SagoDataHolder.hpp"
2626
#include <iostream>
27-
#include <mutex>
2827
#include <map>
2928
#include <vector>
3029
#include <physfs.h>

source/misc/standalone/compile_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cd /staging/deps/physfs-3.0.2 && cmake . && make && make install
2727
cd ~
2828
mkdir -p Downloads
2929
cd Downloads
30-
curl https://archives.boost.io/release/1.89.0/source/boost_1_89_0.tar.bz2 -O
30+
curl https://files.poulsander.com/~poul19/public_files/boost_1_89_0.tar.bz2 -O
3131
tar xvfj boost_1_89_0.tar.bz2
3232
pushd boost_1_89_0
3333
./bootstrap.sh --with-libraries=program_options

0 commit comments

Comments
 (0)