From 1fbf2cf950d736d1bc726745f3ac8e4a833c64f9 Mon Sep 17 00:00:00 2001 From: Fabien Tassin Date: Sat, 11 Oct 2008 02:50:55 +0200 Subject: * [ xulapp ] allow caller to specify the xulrunner version - update src/xulapp.mk.in --- src/xulapp.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xulapp.mk.in') diff --git a/src/xulapp.mk.in b/src/xulapp.mk.in index 8709b17..87ad39d 100644 --- a/src/xulapp.mk.in +++ b/src/xulapp.mk.in @@ -19,7 +19,7 @@ ##################################################################### -XUL_VERSION := $(shell xulrunner-1.9 --gre-version) +XUL_VERSION ?= $(shell xulrunner-1.9 --gre-version) pre-build:: build-system.stamp -- cgit v1.2.3