Skip to content

Commit

Permalink
Add support for Python 3 in Android and iOS (game-ci#152)
Browse files Browse the repository at this point in the history
* Add support of python 2 command in android and ios

* change comment from `python 2` to `python 3`

Co-authored-by: Webber Takken <[email protected]>
  • Loading branch information
dharmeshmp and webbertakken authored Feb 3, 2022
1 parent 163f9c2 commit 26250aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions images/ubuntu/editor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,14 @@ RUN echo "$module" | grep -q -v '\(webgl\|linux-il2cpp\)' \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

#=======================================================================================
# [android, ios] python 3 support
#=======================================================================================
RUN echo "$module" | grep -q -v '\(android\|ios\)' \
&& exit 0 \
|| : \
&& ln -s /usr/bin/python3 /usr/bin/python

#=======================================================================================
# [2019.x] libnotify4 libunwind-dev libssl1.0
#=======================================================================================
Expand Down

0 comments on commit 26250aa

Please sign in to comment.