Browse Source

swig: make it compile even if pcre libs are not available

Signed-off-by: John Crispin <blogic@openwrt.org>
lilik-openwrt-22.03
John Crispin 9 years ago
parent
commit
010cb4848d
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      utils/swig/Makefile

+ 3
- 0
utils/swig/Makefile View File

@ -28,6 +28,9 @@ define Package/swig
BUILDONLY:=1
endef
HOST_CONFIGURE_ARGS+= \
--without-pcre
define Package/swig/description
tool that generates bindings for various languages
endef


Loading…
Cancel
Save