diff options
| -rw-r--r-- | examples/example_02_libnebuild/posix.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/example_02_libnebuild/posix.json b/examples/example_02_libnebuild/posix.json index 262d358..811e166 100644 --- a/examples/example_02_libnebuild/posix.json +++ b/examples/example_02_libnebuild/posix.json @@ -10,11 +10,11 @@ ], "output_name": "libnebuild.elf", "compiler_flags": [ - "-L/usr/local/lib", - "-lNeBuild" + "-L/usr/lib", + "-lNeBuildKit" ], "cpp_macros": [ "FOO_MACRO" ], - "run_after_build": true + "run_after_build": false }
\ No newline at end of file |
