New PortAudio build, refined linking config, updated README.md

This commit is contained in:
Andrew Gundersen 2022-03-10 07:20:38 -06:00
commit 50c59a0084
5 changed files with 39 additions and 15 deletions

View file

@ -13,11 +13,6 @@
"include_dirs": [
"portaudio/include"
],
"link_settings": {
"libraries": [
"-Wl,-rpath,@loader_path"
]
},
"libraries": [
"libportaudio.dylib"
],
@ -25,7 +20,7 @@
{
"destination": "build/Release/",
"files": [
"<!@(ls -1 portaudio/bin/libportaudio.dylib)"
"portaudio/bin/libportaudio.dylib"
]
}
],