New PortAudio build, refined linking config, updated README.md
This commit is contained in:
parent
351cbb2ef3
commit
50c59a0084
5 changed files with 39 additions and 15 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue