diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-10 02:45:10 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-10 02:45:10 +0000 |
| commit | 9a32aa6e849cab35710aaddd5e2323276e8eccfb (patch) | |
| tree | db5176b16657aa22f40344439ce252fe50c2989f /scripts | |
| parent | 09ff1755a0238cedf2411a315d1de76a372e3960 (diff) | |
Add BASSOPUS to all target platforms
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/macos_build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/macos_build.sh b/scripts/macos_build.sh index ebe93d32..22e2d457 100644 --- a/scripts/macos_build.sh +++ b/scripts/macos_build.sh @@ -10,6 +10,10 @@ cd bass curl http://www.un4seen.com/files/bass24-osx.zip -o bass.zip unzip bass.zip cp libbass.dylib ../lib + +curl http://www.un4seen.com/files/bassopus24-osx.zip -o bassopus.zip +unzip bassopus.zip +cp libbassopus.dylib ../lib cd .. mkdir discord-rpc |
