pass BUILDEROPTIONS to stack setup

This is needed so the i386ancient build can pass --stack-yaml
This commit is contained in:
Joey Hess 2018-11-21 11:11:36 -04:00
parent bb61cf4aae
commit 44ded53d8a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -23,7 +23,7 @@ tmp/configure-stamp: Build/TestConfig.hs Build/Configure.hs
if [ "$(BUILDER)" != stack ]; then \ if [ "$(BUILDER)" != stack ]; then \
$(BUILDER) configure --ghc-options="$(shell Build/collect-ghc-options.sh)"; \ $(BUILDER) configure --ghc-options="$(shell Build/collect-ghc-options.sh)"; \
else \ else \
$(BUILDER) setup; \ $(BUILDER) setup $(BUILDEROPTIONS); \
fi fi
mkdir -p tmp mkdir -p tmp
touch tmp/configure-stamp touch tmp/configure-stamp