[Buildroot] [git commit] package/swig: define SWIG pointing to the host swig program

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Oct 5 11:46:22 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=8e07296cb9947b18cf24ec980f313d1606485da0
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Samuel Martin <s.martin49 at gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/swig/swig.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/swig/swig.mk b/package/swig/swig.mk
index 9996e95..3ef56d6 100644
--- a/package/swig/swig.mk
+++ b/package/swig/swig.mk
@@ -31,3 +31,5 @@ endef
 HOST_SWIG_POST_INSTALL_HOOKS += HOST_SWIG_INSTALL_SYMLINK
 
 $(eval $(host-autotools-package))
+
+SWIG = $(HOST_DIR)/usr/bin/swig$(SWIG_MAJOR)


More information about the buildroot mailing list