5 lines
103 B
Bash
Executable file
5 lines
103 B
Bash
Executable file
#!/bin/sh
|
|
builddir=`dirname $0`
|
|
SWIG_LIB=@SWIG_LIB_PREINST@
|
|
export SWIG_LIB
|
|
exec "$builddir/swig" "$@"
|