Skip to content
Snippets Groups Projects
Commit 969b1610 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

build: fixed build rule for modules

parent d2a7b2a3
Branches
Tags
No related merge requests found
......@@ -24,7 +24,7 @@ endef
# Lua target definition
define lua_target
$(1) := $$($(1)_SOURCES)
$(1) := $$(addprefix $(2)/,$$($(1)_SOURCES))
$(1)-clean:
$(1)-install: $$($(1)_SOURCES)
$(INSTALL) -d $(PREFIX)/$(MODULEDIR)
......
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