From efcc6fdb75c9a4d9ec66d7fd7509545f287d0bc9 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 3 Dec 2025 01:35:59 -0500 Subject: chore: fix `posix.json` for libnebuild example. Signed-off-by: Amlal El Mahrouss --- examples/example_02_libnebuild/posix.json | 6 +++--- 1 file 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 -- cgit v1.2.3