diff options
| author | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-10-30 18:50:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-30 18:50:25 +0100 |
| commit | a8bad947366981ad48ad952d4d641184437b5d0c (patch) | |
| tree | 1a12bcf10d113c94755a1b26e999e91aca6e0f9b /dev | |
| parent | db8dd78d4bd08300ce9411f41b118002d687f1ae (diff) | |
Update makefile
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/SCIKit/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/SCIKit/makefile b/dev/SCIKit/makefile index b9943b9d..1974aed3 100644 --- a/dev/SCIKit/makefile +++ b/dev/SCIKit/makefile @@ -1,11 +1,11 @@ ######################
# (C) ZKA
-# XPCOM/SCI kit makefile.
+# SCIKit makefile.
######################
-CC=g++
+CC=clang++
FLAGS=-I../ -shared -fPIC
-OUTPUT=sci.dll
+OUTPUT=SCIKit.dll
.PHONY: build-sci
build-sci:
|
