Skip to content

Commit 9fcd8b8

Browse files
committed
Default installer creates files which we add as symbolic link by manual installation. This causes compiler to give error. Manual installation steps has been removed!
1 parent 41d29b9 commit 9fcd8b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

package/lz4/lz4.mk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ define HOST_LZ4_BUILD_CMDS
2121
$(HOST_MAKE_ENV) $(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D) lz4
2222
endef
2323

24-
define HOST_LZ4_INSTALL_CMDS
25-
$(HOST_MAKE_ENV) $(HOST_CONFIGURE_OPTS) $(MAKE) PREFIX=$(HOST_DIR) \
26-
install -C $(@D)
27-
endef
28-
2924
define LZ4_BUILD_CMDS
3025
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) $(LZ4_MAKE_OPTS) \
3126
-C $(@D) lib

0 commit comments

Comments
 (0)