aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nimterop/template.nim2
1 files changed, 1 insertions, 1 deletions
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()