host-python-wrapper.in 77 B

123
  1. #!/bin/sh
  2. LD_LIBRARY_PATH="@HOST_DIR@/lib" \
  3. exec @HOST_DIR@/bin/python "$@"