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-10-25 22:04:54 +0200
commit2a6495e8ef0029d2833313034022780660d7004a (patch)
tree05b24882265b1d209758924d376ceb44ab018835 /Makefile
parent22919f5f01a3495a9b318e25d19ff9e0b3945e1d (diff)
downloadnetsurf-2a6495e8ef0029d2833313034022780660d7004a.tar.gz
netsurf-2a6495e8ef0029d2833313034022780660d7004a.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 cc0c44099..6b7e3d5ef 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