diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-05-16 13:01:20 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-05-16 13:01:20 -0500 |
| commit | e245e17488de47cf28e1b6d5d66fe76e6fc3c8c5 (patch) | |
| tree | dcb1ee948a6be4d80eff84b4e7675e930aa9b022 | |
| parent | ebb78480f7cdd5a5857afe20942516fbf9521238 (diff) | |
| download | nimterop-e245e17488de47cf28e1b6d5d66fe76e6fc3c8c5.tar.gz nimterop-e245e17488de47cf28e1b6d5d66fe76e6fc3c8c5.zip | |
Fix configure call in template
| -rw-r--r-- | nimterop/template.nim | 2 |
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() |
