diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-06 12:44:07 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-06 12:44:07 -0500 |
| commit | e1c8ef2775fda98defbb7f70b976538f24af3b6d (patch) | |
| tree | 24865a3455ed09ed9dc3447a3d4509ee9084acad /tests | |
| parent | e911a9ee92a92beeb66bc716949c4f417fb0f816 (diff) | |
| download | nimterop-e1c8ef2775fda98defbb7f70b976538f24af3b6d.tar.gz nimterop-e1c8ef2775fda98defbb7f70b976538f24af3b6d.zip | |
ast2 dynlib fix, add 1.2.0 testing
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tsoloud.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tsoloud.nim b/tests/tsoloud.nim index 9823531..afff0f1 100644 --- a/tests/tsoloud.nim +++ b/tests/tsoloud.nim @@ -43,7 +43,8 @@ cCompile(src/"audiosource", "cpp", exclude="ay/") cCompile(src/"audiosource", "c") cCompile(src/"filter/*.cpp") -cImport(incl/"soloud_c.h") +const FLAGS {.strdefine.} = "" +cImport(incl/"soloud_c.h", flags = FLAGS) var s = Soloud_create() |
