mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
Makefile: Tell busted to use the configured Lua version (or C modules won't load)
This commit is contained in:
parent
a178b327f5
commit
4e1f9c8796
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -65,7 +65,7 @@ clean:
|
|||
$(MAKE) clean -C util-src
|
||||
|
||||
test:
|
||||
busted
|
||||
busted --lua=$(RUNWITH)
|
||||
|
||||
util/%.so:
|
||||
$(MAKE) install -C util-src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue