|
haxelib
Run haxelib.
The haxelib taskThis task simply runs the haxelib command. See the haxelib documentation for the full list of commands, but here are a few. Haxelib samples<haxelib command="install" lib="swhx"/> <haxelib command="upgrade"/> <haxelib command="info" lib="antx"/> Additional ArgumentsNote that this command can take embedded arg elements if you want to pass more options to the command-line. <haxelib command="set" lib="anthx"> <arg value="0.2"/> </haxelib> See the ant task Exec for more details of the syntax for arg. |
► Sign in to add a comment