Add n.post section for nimgen
This commit is contained in:
parent
f73feba12a
commit
61e01f2c69
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ output="src/libnx/wrapper"
|
|||
c_compiler="aarch64-none-elf-gcc"
|
||||
cpp_compiler="aarch64-none-elf-g++"
|
||||
filter=lock
|
||||
reset=true
|
||||
|
||||
[n.include]
|
||||
"${output}/nx/include"
|
||||
|
|
@ -34,6 +33,9 @@ cd ${output}
|
|||
make
|
||||
"""
|
||||
|
||||
[n.post]
|
||||
reset=true
|
||||
|
||||
[n.after]
|
||||
wildcard = ".nim"
|
||||
search = "_Bool"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue