forked from len0rd/rockbox
Try # 3 for lua make file
Change-Id: I888612f3339ffcde28602a4e739b08f630de9c28
This commit is contained in:
parent
aefdd2061d
commit
1482a31134
2 changed files with 9 additions and 9 deletions
|
|
@ -50,7 +50,7 @@ $(LUA_BUILDDIR)/rocklib_aux.o: $(LUA_BUILDDIR)/rocklib_aux.c
|
|||
$(call PRINTS,CC $(<F))$(CC) $(INCLUDES) $(PLUGINFLAGS) -I $(LUA_SRCDIR) -c $< -o $@
|
||||
|
||||
$(LUA_BUILDDIR)/%.lua: $(LUA_INCLUDEDIR)/%.lua
|
||||
$(call PRINTS,CP $(subst $(LUA_INCLUDEDIR)/,,$<))cp $< $@
|
||||
$(call PRINTS,CP $(subst $(LUA_INCLUDEDIR)/,,$<))mkdir -p $(LUA_BUILDDIR)/ && cp $< $@
|
||||
|
||||
$(LUA_BUILDDIR)/lua.refmap: $(LUA_OBJ) $(TLSFLIB)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue