summaryrefslogtreecommitdiffhomepage
path: root/SCIKit/makefile
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-07-31 08:50:51 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-07-31 08:50:51 +0200
commit59e0caa55e97f1a998904f404e5fedac3b2b0ec6 (patch)
tree37526bed7193cbd03ecca4037d204bf721da5bfd /SCIKit/makefile
parent2d11ddee665e8425708bbda876060b2958de5d07 (diff)
[IMP] use .lib according to the PEF's ABI.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'SCIKit/makefile')
-rw-r--r--SCIKit/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCIKit/makefile b/SCIKit/makefile
index 2989d18c..ae08cce2 100644
--- a/SCIKit/makefile
+++ b/SCIKit/makefile
@@ -4,4 +4,4 @@
.PHONY: build-sci
build-sci:
- g++ *.cxx -I../ -shared -fPIC -o libSCI.so \ No newline at end of file
+ g++ *.cxx -I../ -shared -fPIC -o libSCI.lib \ No newline at end of file