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"