Set env. variable EXTRASPATH to the path were Contrib is installed.
[cake.git] / scripts / aros-ld.in
blobdc0ca5d155784d6e969b2a4a9d94133028b62d31
1 #!/bin/sh
2 if test -z "$COMPILER_PATH"; then
3 export COMPILER_PATH=@aros_target_cc_path@
4 fi
5 exec @TOPDIR@/@aros_tools_dir@/collect-aros "$@"