diff options
author | Kim Alvefur <zash@zash.se> | 2017-10-22 20:41:11 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-10-22 20:41:11 +0200 |
commit | 4e1f9c879676e7b547ec5b0042929b2cbb031752 (patch) | |
tree | 37c100ee7f1c48ecbbc18bf012fce6691037631c | |
parent | a178b327f54a911212ac957a6f5be9d8183ac26c (diff) | |
download | prosody-4e1f9c879676e7b547ec5b0042929b2cbb031752.tar.gz prosody-4e1f9c879676e7b547ec5b0042929b2cbb031752.zip |
Makefile: Tell busted to use the configured Lua version (or C modules won't load)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ clean: $(MAKE) clean -C util-src test: - busted + busted --lua=$(RUNWITH) util/%.so: $(MAKE) install -C util-src |