summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit/build.json
diff options
context:
space:
mode:
Diffstat (limited to 'dev/SCIKit/build.json')
-rw-r--r--dev/SCIKit/build.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/SCIKit/build.json b/dev/SCIKit/build.json
index 104be044..8f2af775 100644
--- a/dev/SCIKit/build.json
+++ b/dev/SCIKit/build.json
@@ -2,7 +2,7 @@
"compiler_path": "x86_64-w64-mingw32-g++",
"compiler_std": "c++20",
"headers_path": ["../"],
- "sources_path": ["src/*.cc"],
+ "sources_path": ["src/*.cc", "src/*.obj"],
"output_name": "sci.dll",
"compiler_flags": [
"-fPIC",