First commit
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
|
||||
var executable = require('./lib/executable');
|
||||
var vars = require('./lib/vars');
|
||||
|
||||
module.exports = {
|
||||
haxe: executable( vars.haxe.path, vars.haxe.args ),
|
||||
haxelib: executable( vars.haxelib.path, vars.haxelib.args )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user