mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
swig: ensure swig3.0 is available
This commit is contained in:
parent
6de54b9db2
commit
7d0ad71799
@ -29,7 +29,8 @@ PKG_SHORTDESC="SWIG: a software development tool that connects programs written
|
||||
PKG_LONGDESC="SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages."
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
PKG_CONFIGURE_OPTS_HOST="--with-pcre-prefix=$TOOLCHAIN \
|
||||
PKG_CONFIGURE_OPTS_HOST="--program-suffix=3.0 \
|
||||
--with-pcre-prefix=$TOOLCHAIN \
|
||||
--with-boost=no \
|
||||
--without-pcre \
|
||||
--without-x \
|
||||
@ -55,3 +56,7 @@ PKG_CONFIGURE_OPTS_HOST="--with-pcre-prefix=$TOOLCHAIN \
|
||||
--without-r \
|
||||
--without-go \
|
||||
--without-d"
|
||||
|
||||
post_makeinstall_host() {
|
||||
ln -sf swig3.0 $TOOLCHAIN/bin/swig
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user