Skip to content

Commit

Permalink
wip (ci skip)
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Aug 19, 2024
1 parent c587eb2 commit 46c3f7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BuildTools/macosx/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ if ! [ -f "../libraries/lib/libboost_thread.a" ]; then
cp -R stage/lib/* ../../libraries/lib/.
cp -R boost ../../libraries/include/.
cd ..
ln -s /usr/local/opt/[email protected] ../libraries/include/boost
fi

# Build wxWidgets 3.2.4
Expand All @@ -70,7 +71,7 @@ if ! [ -f "../libraries/lib/libjson_spirit.a" ]; then
cp ../../dep/json_spirit/CMakeLists.txt .
mkdir -p bld
cd bld
cmake -DBoost_NO_BOOST_CMAKE=TRUE -DBOOST_ROOT:PATHNAME=../../libraries/include ..
cmake -DBoost_NO_BOOST_CMAKE=TRUE -DBOOST_ROOT:PATHNAME=/usr/local/opt ..
make -j $CPUS
cp -R ../json_spirit ../../../libraries/include/.
cp json_spirit/libjson_spirit.a ../../../libraries/lib/.
Expand Down

0 comments on commit 46c3f7e

Please sign in to comment.