wrapper.sh 102 B

1234
  1. #!/bin/sh
  2. export LD_LIBRARY_PATH=%INSTLOC%/lib%LIBDIRSUFFIX%
  3. exec %INSTLOC%/bin/%COMPILER%-4.9.4 "$@"