Skip to content
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

Calling --macro with array argument fails on windows #64

Open
kevinresol opened this issue Apr 7, 2020 · 0 comments
Open

Calling --macro with array argument fails on windows #64

kevinresol opened this issue Apr 7, 2020 · 0 comments

Comments

@kevinresol
Copy link
Member

haxe --macro "foo([])" -D bar

Will give a -D was unexpected at this time, which is a batch script error. I think that's because haxeshim is a .cmd script on windows. Doesn't happen in original haxe. Nor in mac haxeshim.

workaround is to write the args in a hxml files first, then compile that.

back2dos added a commit to back2dos/travix that referenced this issue May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant