diff options
Diffstat (limited to 'scripts/posix-dylib.json')
| -rw-r--r-- | scripts/posix-dylib.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/posix-dylib.json b/scripts/posix-dylib.json index 17c37a7..5d1b9d1 100644 --- a/scripts/posix-dylib.json +++ b/scripts/posix-dylib.json @@ -2,7 +2,7 @@ "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": ["include/", "vendor"], - "sources_path": ["src/lib/*.cc"], + "sources_path": ["src/lib/*.cpp"], "output_name": "libNeBuildKit.so", "compiler_flags": ["-fPIC", "-shared"], "cpp_macros": ["NEBUILD_POSIX", "NEBUILD_INTERNAL_SDK"], |
