Update to use two --build-var options.

Continued work for Q710-013.
This commit is contained in:
Pascal Obry
2017-11-16 17:52:56 +01:00
parent 152c361461
commit 024d8a1fb8
2 changed files with 3 additions and 2 deletions

View File

@@ -239,7 +239,8 @@ ifneq (,$(wildcard $(TPREFIX)/share/gpr/manifests/aws))
-$(GPRINSTALL) $(GPROPTS) --uninstall --prefix=$(TPREFIX) aws
endif
GPRINST_OPTS=-p -f --prefix=$(TPREFIX) --build-var=AWS_BUILD,LIBRARY_TYPE
GPRINST_OPTS=-p -f --prefix=$(TPREFIX) \
--build-var=LIBRARY_TYPE --build-var=AWS_BUILD
install-native: install-clean
$(GPRINSTALL) $(GPROPTS) $(GPRINST_OPTS) $(GPR_DEFAULT) \