swig/preinst-swig.in
William S Fulton af06a48430 preinst-swig script support for native windows paths
- SWIG_LIB support for testing on Windows
- Only in-source builds for now
2015-04-04 02:17:57 +01:00

5 lines
103 B
Bash
Executable file

#!/bin/sh
builddir=`dirname $0`
SWIG_LIB=@SWIG_LIB_PREINST@
export SWIG_LIB
exec "$builddir/swig" "$@"