From 96a4f30672702e34afea4014487936fccb850779 Mon Sep 17 00:00:00 2001 From: Amlal Date: Wed, 30 Oct 2024 08:57:05 +0100 Subject: META: Daily bump. Signed-off-by: Amlal --- dev/SCIKit/build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/SCIKit/build.json') 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", -- cgit v1.2.3