summaryrefslogtreecommitdiffhomepage
path: root/SCIKit/build.json
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-07 22:55:34 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-07 22:55:34 +0200
commit64fa0db684db306766280593b0a9717132e636d4 (patch)
tree20944794a003b685dae461edb1b677508ed655b2 /SCIKit/build.json
parentc2f59f90cfcf3a6a43eed74a6bbe1a73e240a616 (diff)
[IMP]
- Updated the PEF header for NDK. - Adding ICL parser for SCM (ToDo) - Updated extensions of PEF. - Updated start address for exes in PEF. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'SCIKit/build.json')
-rw-r--r--SCIKit/build.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCIKit/build.json b/SCIKit/build.json
index 91e64384..770d1622 100644
--- a/SCIKit/build.json
+++ b/SCIKit/build.json
@@ -3,7 +3,7 @@
"compiler_std": "c++20",
"headers_path": ["../"],
"sources_path": ["*.cxx"],
- "output_name": "libSCI.lib",
+ "output_name": "libSCI.dll",
"compiler_flags": ["-fPIC", "-shared", "-std=c++20"],
"cpp_macros": ["__NEWOS_SYMS__"]
}