pass BUILDEROPTIONS to stack setup
This is needed so the i386ancient build can pass --stack-yaml
This commit is contained in:
parent
bb61cf4aae
commit
44ded53d8a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue