-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lix run <lib>
issues
#48
Labels
Comments
I think we should invoke the compiler directly instead of going through haxelib? |
We need to do the followings to mimic the behaviour of haxelib:
|
main class support is added in 9c75d35 I think we still need to support the default value of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mainClass
, but it should be justmain
based on docs."main": "Run"
.The first 2 should be easy enough, not sure about actually running it. Would it come down to just
callHaxelib(['run', name].concat(args))
or would it be better to call haxe directly?The text was updated successfully, but these errors were encountered: