bin_dir is treated as is, nothing is appended to it
This commit is contained in:
parent
38f80ab5e4
commit
f29450bc5c
1 changed files with 1 additions and 1 deletions
|
@ -821,7 +821,7 @@ class Buildozer(object):
|
|||
@property
|
||||
def bin_dir(self):
|
||||
if self.bin_apk_dir:
|
||||
return join(self.bin_apk_dir, 'bin')
|
||||
return self.bin_apk_dir
|
||||
return join(self.root_dir, 'bin')
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Reference in a new issue