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:
parent
0ab3c98e6a
commit
450d8ec4bf
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
"""
|
||||
Tool for compiling iOS toolchain
|
||||
================================
|
||||
|
|
Loading…
Reference in a new issue