summaryrefslogtreecommitdiffhomepage
path: root/dev/SCI
diff options
context:
space:
mode:
Diffstat (limited to 'dev/SCI')
-rw-r--r--dev/SCI/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/SCI/makefile b/dev/SCI/makefile
index 63753422..4193cd70 100644
--- a/dev/SCI/makefile
+++ b/dev/SCI/makefile
@@ -4,9 +4,9 @@
######################
CC=g++
-FLAGS=-I../ -shared -fPIC -D__NEWOS_SYMS__
+FLAGS=-I../ -shared -fPIC -D__ZKA_SYMS__
OUTPUT=sci.dll
.PHONY: build-sci
build-sci:
- $(CC) $(wildcard *.cxx) $(FLAGS) -o $(OUTPUT) \ No newline at end of file
+ $(CC) $(wildcard *.cxx) $(FLAGS) -o $(OUTPUT)