Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/preinst-swig.in
2019-08-04 21:38:19 -05:00

10 lines
238 B
Bash

#!/bin/sh
# Convenience script for running SWIG before it is installed.
# Intended for ad-hoc usage and not by the test-suite or examples.
builddir=`dirname "$0"`
SWIG_LIB='@SWIG_LIB_PREINST@'
export SWIG_LIB
exec "$builddir/swig" "$@"