From e1c8ef2775fda98defbb7f70b976538f24af3b6d Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Mon, 6 Apr 2020 12:44:07 -0500 Subject: ast2 dynlib fix, add 1.2.0 testing --- tests/tsoloud.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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() -- cgit v1.2.3