From e245e17488de47cf28e1b6d5d66fe76e6fc3c8c5 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Thu, 16 May 2019 13:01:20 -0500 Subject: Fix configure call in template --- nimterop/template.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimterop/template.nim b/nimterop/template.nim index 04a0219..1c9fc7c 100644 --- a/nimterop/template.nim +++ b/nimterop/template.nim @@ -33,7 +33,7 @@ src/*.c # Run GNU configure on the source when defined(posix): - configure(srcDir) + configure(srcDir, fileThatShouldGetGenerated) # Run standard file/directory operations with mkDir(), cpFile(), mvFile() -- cgit v1.2.3