mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Fix boost build.
This commit is contained in:
parent
767f44d168
commit
d03513ee1e
@ -15,7 +15,7 @@ wget https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78
|
||||
tar xvfj boost_1_78_0.tar.bz2
|
||||
cd boost_1_78_0/
|
||||
./bootstrap.sh
|
||||
./b2 -d+2 link=static cxxflags="-fPIC" --prefix=../boost-bin/ install
|
||||
./b2 -d+2 cxxflags="-fPIC" --prefix=../boost-bin/ install
|
||||
cd ..
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user