Fix configure call in template
This commit is contained in:
parent
ebb78480f7
commit
e245e17488
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue