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

flags from terminal not set on ios update #407

Open
madrazo opened this issue Nov 8, 2016 · 2 comments
Open

flags from terminal not set on ios update #407

madrazo opened this issue Nov 8, 2016 · 2 comments
Assignees

Comments

@madrazo
Copy link
Contributor

madrazo commented Nov 8, 2016

When doing from terminal
nme update project.xml ios -Dmyflag -toolkit

myflag is not "set" on project.xml.

Other targets that do not use "update" have the same behavior as writing
< set name="myflag" />
on the xml

@madrazo
Copy link
Contributor Author

madrazo commented Nov 10, 2016

I think that the "-toolkit" flag is ignored as well, since you need the precompiled nme lib.

@hughsando
Copy link
Member

Yes, the problem here is that it does not store these values anywhere.
When you build from xcode, it runs nme again in xcode mode. I need to make this command that it runs also include the original flags passed on the command line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants