Sign in
fuchsia
/
third_party
/
swig
/
7b387169a970f6e227404e95ecaf00abd2bd86c7
/
.
/
preinst-swig.in
blob: ac00602bb108fa796e769283fa05414e589405c0 [
file
] [
log
] [
blame
]
#!/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"
"$@"