summaryrefslogtreecommitdiff
path: root/driver/ocamlcomp.sh.in
blob: 2aeb2de20b62edd9b5ea1a4c87382267ff5c9586 (plain)
1
2
3
4
5
#!/bin/sh

topdir=`dirname $0`

exec @compiler@ -nostdlib -I $topdir/stdlib "$@"