ocaml/driver/ocamlcomp.sh.in

6 lines
71 B
Bash
Raw Normal View History

#!/bin/sh
topdir=`dirname $0`
exec @compiler@ -I $topdir/stdlib "$@"