force toolchain to use python2, as mod_pbxproj is not compatible with python3 yet. See https://github.com/kronenthaler/mod-pbxproj/issues/101

This commit is contained in:
Mathieu Virbel 2017-05-01 14:31:54 +02:00
parent 0ab3c98e6a
commit 450d8ec4bf

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
Tool for compiling iOS toolchain
================================