haxe/haxe.sh

Wed, 12 Sep 2012 18:43:24 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 12 Sep 2012 18:43:24 +0200
changeset 672
fcc7a5543835
permissions
-rw-r--r--

Blindly commit previously discovered and corrected linking problem.

     1 #!/bin/sh
     2 HAXE_LIBRARY_PATH="@l_prefix@/lib/haxe"
     3 export HAXE_LIBRARY_PATH
     4 @l_prefix@/libexec/haxe/haxe ${1+"$@"}

mercurial