summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit/sci.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-12-01 19:47:27 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-12-01 19:47:27 +0100
commit50c7c5676d110681528cc933c4b99844b11f1dd1 (patch)
tree62ea871cae6949f4332e1973b9da9c5fcbcd4420 /dev/SCIKit/sci.json
parented70659693e6cc9d48827113b23ebaf85c9dfe70 (diff)
ADD: Add GPU API regarding Mesa3D support for OpenGL ES.
IMP: Refactor SCI Kit to have a better filesystem structure.
Diffstat (limited to 'dev/SCIKit/sci.json')
-rw-r--r--dev/SCIKit/sci.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/SCIKit/sci.json b/dev/SCIKit/sci.json
index eb8bece9..b0e267d2 100644
--- a/dev/SCIKit/sci.json
+++ b/dev/SCIKit/sci.json
@@ -2,7 +2,7 @@
"compiler_path": "x86_64-w64-mingw32-g++",
"compiler_std": "c++20",
"headers_path": ["../"],
- "sources_path": ["src/*.cc", "src/*.obj"],
+ "sources_path": ["src/*.cc", "src/*.o"],
"output_name": "SCIKit.dylib",
"compiler_flags": [
"-fPIC",