Skip to content

Commit

Permalink
fix make install for non rust builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jkl1337 committed Mar 12, 2024
1 parent c68664e commit 9fab7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ vpath Cargo.% $(SRCDIR)/rjkiwi
all: ljkiwi.$(LIB_EXT) $(if $(FRUST),rjkiwi.$(LIB_EXT))

install:
$(CP) -f ljkiwi.$(LIB_EXT) rjkiwi.$(LIB_EXT) $(INST_LIBDIR)/
$(CP) -f ljkiwi.$(LIB_EXT) $(if $(FRUST),rjkiwi.$(LIB_EXT)) $(INST_LIBDIR)/
$(CP) -f kiwi.lua $(INST_LUADIR)/kiwi.lua

clean:
Expand Down

0 comments on commit 9fab7ae

Please sign in to comment.