diff options
Diffstat (limited to 'scripts/win64-dylib.json')
| -rw-r--r-- | scripts/win64-dylib.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/win64-dylib.json b/scripts/win64-dylib.json index 5a88251..f4f22ee 100644 --- a/scripts/win64-dylib.json +++ b/scripts/win64-dylib.json @@ -2,7 +2,7 @@ "compiler_path": "x86_64-w64-mingw32-g++.exe", "compiler_std": "c++20", "headers_path": ["include", "vendor"], - "sources_path": ["src/lib/*.cpp"], + "sources_path": ["src/NeBuildKit/*.cpp"], "output_name": "libNeBuildKit.dll", "compiler_flags": ["-fPIC", "-shared"], "cpp_macros": ["NEBUILD_WINDOWS", "NEBUILD_INTERNAL_SDK"], |
