]> git.pld-linux.org Git - packages/netsurf-buildsystem.git/blame - which.patch
- updated to 1.8
[packages/netsurf-buildsystem.git] / which.patch
CommitLineData
677e4851
JR
1--- buildsystem-1.6/makefiles/Makefile.tools~ 2017-10-12 12:20:12.000000000 +0200
2+++ buildsystem-1.6/makefiles/Makefile.tools 2018-02-12 18:52:04.790346431 +0100
3@@ -130,7 +130,7 @@
4 endif
5
6 # Search the path for the compiler
7- toolpath_ := $(shell /bin/which $(CC__))
8+ toolpath_ := $(shell /usr/bin/which $(CC__))
9 ifeq ($(toolpath_),)
10 toolpath_ := /opt/netsurf/$(HOST)/cross/bin/
11 CC__ := $(toolpath_)$(HOST)-gcc
This page took 0.098102 seconds and 4 git commands to generate.