summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-05-31 00:35:19 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-06-10 08:25:29 +0200
commit4b208e24000f7e449be4c00c0e89ce66b85880f5 (patch)
tree5748a824b4f3d00fc813567c72156a506426a232 /Makefile
parentc8a2d24a43607dcc2f3e09cb33633eb6d6f29b9f (diff)
downloadnetsurf-4b208e24000f7e449be4c00c0e89ce66b85880f5.tar.gz
netsurf-4b208e24000f7e449be4c00c0e89ce66b85880f5.tar.bz2
Release nightly for KolibriOS.
Check board.kolibrios.org forum thread for Netsurf for more details.
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