Browse Source

libwebp: Fix InstallDev typo again

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 5 years ago
parent
commit
70448f6e1f
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libwebp/Makefile

+ 1
- 1
libs/libwebp/Makefile View File

@ -49,7 +49,7 @@ CONFIGURE_ARGS += \
TARGET_CFLAGS += $(FPIC) -flto
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
$(INSTALL_DIR) $(1)/usr/include/webp
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/include/webp/* $(1)/usr/include/webp/
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libwebp* $(1)/usr/lib/


Loading…
Cancel
Save