Skip to content

Commit

Permalink
Update build-cmusicai-mac-runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettathome committed Jun 3, 2024
1 parent 30c4cff commit 99df476
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-cmusicai-mac-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
export BOOST_LIB_PATH=$(brew --prefix boost)/lib
export CPPFLAGS="-I/usr/local/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include"
export LDFLAGS="-L/usr/local/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib"
export CXXFLAGS="-std=c++17"
export CFLAGS="-std=c11"
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} --enable-debug
Expand Down

0 comments on commit 99df476

Please sign in to comment.