summaryrefslogtreecommitdiff
path: root/homebrew/fluidsynth/.make.sh-auto
blob: 970634f606714820addf15f8f8d87dee24b2bfb4 (plain)
1
2
3
4
5
pkg:setup
args = std_cmake_args + %w[-Denable-framework=OFF -Denable-portaudio=ON -DLIB_SUFFIX= -Denable-dbus=OFF -Denable-sdl2=OFF ]
mkdir "build" && cd build
cmake .. *args
make DESTDIR=${PKG_DEST} install