Skip to content

Commit fdd7a2f

Browse files
committed
Merge pull request #760 from inclement/toolchain_version
Added toolchain_version initialisation
2 parents d05fb74 + 855821b commit fdd7a2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ def prepare_build_environment(self, user_sdk_dir, user_ndk_dir,
352352
arch = self.archs[0]
353353
platform_dir = arch.platform_dir
354354
toolchain_prefix = arch.toolchain_prefix
355+
toolchain_version = None
355356
self.ndk_platform = join(
356357
self.ndk_dir,
357358
'platforms',

0 commit comments

Comments
 (0)