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 \
|
||||
$(BUILDER) configure --ghc-options="$(shell Build/collect-ghc-options.sh)"; \
|
||||
else \
|
||||
$(BUILDER) setup; \
|
||||
$(BUILDER) setup $(BUILDEROPTIONS); \
|
||||
fi
|
||||
mkdir -p tmp
|
||||
touch tmp/configure-stamp
|
||||
|
|
Loading…
Reference in a new issue