summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-09-17 13:22:07 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-10-25 22:04:55 +0200
commitcc4fc83966e7fc37f92888d80dd7ece248f26ab4 (patch)
tree57e7154ceb29b9d32dfb0e661a64d6870fc2ee00 /frontends
parent7641334d948b5704a4bf8fcb0cc0a9aa3f063d67 (diff)
downloadnetsurf-cc4fc83966e7fc37f92888d80dd7ece248f26ab4.tar.gz
netsurf-cc4fc83966e7fc37f92888d80dd7ece248f26ab4.tar.bz2
Fix mkimg for building without /home/autobuild
Diffstat (limited to 'frontends')
-rwxr-xr-xfrontends/kolibrios/tools/mkimg.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/kolibrios/tools/mkimg.sh b/frontends/kolibrios/tools/mkimg.sh
index 73e50425d..ec3f2bd1d 100755
--- a/frontends/kolibrios/tools/mkimg.sh
+++ b/frontends/kolibrios/tools/mkimg.sh
@@ -18,9 +18,11 @@ rm -f *.vdi
popd
cd $SVNDIR/contrib/sdk/sources/
+PATH=/opt/netsurf/kos32-gcc/cross/autobuild/tools/win32/bin/:$PATH
+
for i in $LIBS; do
cd $i
- make
+ INSTALLDIR=/tmp LDFLAGS_CMD="-L../../sources/newlib -L/opt/netsurf/kos32-gcc/cross/autobuild/tools/win32/lib" make
cd ..
done