aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-10-22 20:41:11 +0200
committerKim Alvefur <zash@zash.se>2017-10-22 20:41:11 +0200
commit87e144edf3540ee5d7e2443272207e52078e2298 (patch)
tree37c100ee7f1c48ecbbc18bf012fce6691037631c /Makefile
parentfdad9b42454f18962fcb973ef764fc1b46e78b5c (diff)
downloadprosody-87e144edf3540ee5d7e2443272207e52078e2298.tar.gz
prosody-87e144edf3540ee5d7e2443272207e52078e2298.zip
Makefile: Tell busted to use the configured Lua version (or C modules won't load)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5302dda0..9dcadc3b 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ clean:
$(MAKE) clean -C util-src
test:
- busted
+ busted --lua=$(RUNWITH)
util/%.so:
$(MAKE) install -C util-src