diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-03 01:35:59 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-03 01:35:59 -0500 |
| commit | efcc6fdb75c9a4d9ec66d7fd7509545f287d0bc9 (patch) | |
| tree | b891acd2b76caf18e1182e3e5df455f2be96d747 | |
| parent | e523488c70e33ec3bb83e785ec6dd20261b26974 (diff) | |
chore: fix `posix.json` for libnebuild example.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -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 |
