summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9e906179..4b26b6a25 100644
--- a/Makefile
+++ b/Makefile
@@ -289,7 +289,8 @@ else
endif
else
ifeq ($(TARGET),kolibrios)
- CROSSDIR := /opt/netsurf/kos32-gcc/cross/autobuild/tools/win32/bin
+# CROSSDIR := /opt/netsurf/kos32-gcc/cross/autobuild/tools/win32/bin
+ CROSSDIR := /home/autobuild/tools/win32/bin
ENVDIR := /opt/netsurf/kos32-gcc/env/
CC := $(CROSSDIR)/kos32-gcc
LD := $(CROSSDIR)/kos32-ld