From 61e01f2c692968bb5214273dcb57acbd2efd4099 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Tue, 10 Jul 2018 20:08:52 +0900 Subject: [PATCH] Add n.post section for nimgen --- libnxGen.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libnxGen.cfg b/libnxGen.cfg index 2c00e08..bebc2f0 100644 --- a/libnxGen.cfg +++ b/libnxGen.cfg @@ -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"