diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-03-09 23:12:11 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-03-09 23:12:11 -0500 |
| commit | da9a1c983b02a0829e5054e23aab99ceacd6c79c (patch) | |
| tree | aa8d73efa7c6193a9b5f9bed68b854c8b465c54b /tests | |
| parent | 1b63a125c527668b2e75080b62435d0b888d457f (diff) | |
| download | nimterop-da9a1c983b02a0829e5054e23aab99ceacd6c79c.tar.gz nimterop-da9a1c983b02a0829e5054e23aab99ceacd6c79c.zip | |
Drop 0.19.6, fix soloud test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tsoloud.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsoloud.nim b/tests/tsoloud.nim index 9281236..90cf82d 100644 --- a/tests/tsoloud.nim +++ b/tests/tsoloud.nim @@ -39,7 +39,7 @@ else: cCompile(src/"c_api/soloud_c.cpp") cCompile(src/"core/*.cpp") -cCompile(src/"audiosource", "cpp") +cCompile(src/"audiosource", "cpp", exclude="ay/") cCompile(src/"audiosource", "c") cCompile(src/"filter/*.cpp") |
