ocaml/driver/ocamlcomp.sh.in

6 lines
81 B
Bash

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