From 64b8a6bf04095d80b1ca52415ea954b933f47098 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 24 Nov 2025 02:33:21 +0100 Subject: feat! breaking changes, merging to stable. Signed-off-by: Amlal El Mahrouss --- osx-dylib.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'osx-dylib.json') diff --git a/osx-dylib.json b/osx-dylib.json index f9e2274..d5b87bc 100644 --- a/osx-dylib.json +++ b/osx-dylib.json @@ -1,9 +1,9 @@ { "compiler_path": "clang++", "compiler_std": "c++20", - "headers_path": ["dev", "vendor"], - "sources_path": ["dev/src/*.cc"], - "output_name": "libNeBuild.dylib", + "headers_path": ["include", "vendor"], + "sources_path": ["src/lib/*.cc"], + "output_name": "libNeBuildKit.dylib", "compiler_flags": ["-fPIC", "-shared"], "cpp_macros": ["NEBUILD_DYLIB", "NEBUILD_OSX"], "run_after_build": false -- cgit v1.2.3