Skip to content

Commit

Permalink
Upstream merge
Browse files Browse the repository at this point in the history
  • Loading branch information
brvier committed May 5, 2020
1 parent c1fdf12 commit 90d00af
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pythonforandroid/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,15 +412,6 @@ def prepare_build_environment(

check_ndk_api(ndk_api, self.android_api)

virtualenv = get_virtualenv_executable()
if virtualenv is None:
raise IOError(
"Couldn't find a virtualenv executable, "
"you must install this to use p4a."
)
self.virtualenv = virtualenv
info("Found virtualenv at {}".format(virtualenv))

# path to some tools
self.ccache = sh.which("ccache")
if not self.ccache:
Expand Down

0 comments on commit 90d00af

Please sign in to comment.