# HG changeset patch # User Kim Alvefur # Date 1508697671 -7200 # Node ID a567a646cf21674c8b1842a28cd26c388d979702 # Parent 850c433eb862e8a24161f00dce21dc10d17c1a79 Makefile: Tell busted to use the configured Lua version (or C modules won't load) diff -r 850c433eb862 -r a567a646cf21 Makefile --- a/Makefile Sun Oct 22 14:39:59 2017 +0200 +++ b/Makefile Sun Oct 22 20:41:11 2017 +0200 @@ -65,7 +65,7 @@ $(MAKE) clean -C util-src test: - busted + busted --lua=$(RUNWITH) util/%.so: $(MAKE) install -C util-src