Skip to content
Snippets Groups Projects
Commit cb6f08ba authored by Karel Slaný's avatar Karel Slaný
Browse files

build: added another possible name for lua package

On FreeBSD the lua package was not detected. (Tested on 9.3 and 10.1).
parent 45b59b6e
Branches
Tags
No related merge requests found
......@@ -19,6 +19,7 @@ $(eval $(call find_lib,libknot))
$(eval $(call find_lib,libuv))
$(eval $(call find_alt,lua,luajit))
$(eval $(call find_alt,lua,lua5.2))
$(eval $(call find_alt,lua,lua-5.2))
$(eval $(call find_alt,lua,lua))
$(eval $(call find_lib,cmocka))
$(eval $(call find_bin,doxygen))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment