Skip to content

Commit

Permalink
Update 02-copy-build-dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettathome committed Jun 2, 2024
1 parent a1b38df commit 4bee8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/02-copy-build-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ elif [[ ${OS} == "osx" ]]; then
export BOOST_ROOT=/usr/local/opt/boost
export BOOST_LIB_PATH=/usr/local/opt/boost/lib

${GITHUB_WORKSPACE}/autogen.sh
CONFIG_SITE=${GITHUB_WORKSPACE}/depends/x86_64-apple-darwin14/share/config.site ./configure --prefix=/ --disable-ccache --disable-maintainer-mode --disable-dependency-tracking --enable-reduce-exports --disable-bench --disable-gui-tests GENISOIMAGE=$PWD/depends/x86_64-apple-darwin14/native/bin/genisoimage
CONFIG_SITE=${GITHUB_WORKSPACE}/depends/x86_64-apple-darwin14/share/config.site \
./configure --prefix=/ --disable-ccache --disable-maintainer-mode --disable-dependency-tracking --enable-reduce-exports --disable-bench --with-gui=qt5 --with-boost=${BOOST_ROOT} --with-boost-libdir=${BOOST_LIB_PATH} GENISOIMAGE=${GITHUB_WORKSPACE}/depends/x86_64-apple-darwin14/native/bin/genisoimage BDB_LIBS="${BDB_LIBS}" BDB_CFLAGS="${BDB_CFLAGS}"

if [ $? -ne 0 ]; then
echo "Configure failed. Displaying config.log:"
Expand Down

0 comments on commit 4bee8c9

Please sign in to comment.