Add n.post section for nimgen

This commit is contained in:
Joey Yakimowich-Payne 2018-07-10 20:08:52 +09:00
commit 61e01f2c69

View file

@ -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"