From 59e0caa55e97f1a998904f404e5fedac3b2b0ec6 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Wed, 31 Jul 2024 08:50:51 +0200 Subject: [IMP] use .lib according to the PEF's ABI. Signed-off-by: Amlal EL Mahrouss --- SCIKit/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SCIKit') 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 -- cgit v1.2.3