libmx3 / mx3

a sample project showcasing/collecting cross platform techniques on mobile
MIT License
1.18k stars 146 forks source link

gyp_main.py error searching --root-target #62

Closed skypjack closed 9 years ago

skypjack commented 9 years ago

adding the PYTHONPATH env variable should solve the problem. gyp_main.py searches gyp in the system, while we should prefer the one downloaded along with the repo.

skabbes commented 9 years ago

Thanks! I'm a python noob, so this is really helpful.

Looks like we were conflicting a bit on our changes. It looks like you just want to add PYTHONPATH to all the gyp invocations. I updated that here.

skypjack commented 9 years ago

I've reverted your changes, because the upstream of gyp is fine. I think there is no need to force a specific hash, anyway there is also no need to revert it. As you prefer!! :-)