summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-01-30 11:48:29 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-02-04 10:49:09 +0100
commit50d78fde85a6d2cee2e28f3681b4808b69133088 (patch)
tree99d764aee3f607f58d417d90b768512628330a09 /Makefile
parent4b3689d18e2ef12ade8471b2f0c12db7d92a5e8d (diff)
downloadqtlocation-mapboxgl-50d78fde85a6d2cee2e28f3681b4808b69133088.tar.gz
fix install script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b1bbfcbfd..3f2818abec 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ mbgl: build/mbgl/Makefile
.PHONY: install
install: build/mbgl/Makefile
- $(MAKE) -C build/mbgl BUILDTYPE=$(BUILDTYPE) install
+ LINK=`pwd`/gyp/link.py $(MAKE) -C build/mbgl BUILDTYPE=$(BUILDTYPE) install
.PHONY: standalone
standalone: build/mbgl/Makefile