fix syntax for color args
This commit is contained in:
parent
0fe5b934a5
commit
c78acee103
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class TargetAndroidNew(TargetAndroid):
|
|||
self._p4a_bootstrap = self.buildozer.config.getdefault(
|
||||
'app', 'android.bootstrap', 'sdl2')
|
||||
self.p4a_apk_cmd += ('{} --color={} --storage-dir={}'.format(
|
||||
self._p4a_bootstrap, self.color, self._build_dir)
|
||||
self._p4a_bootstrap, color, self._build_dir))
|
||||
|
||||
def _p4a(self, cmd, **kwargs):
|
||||
kwargs.setdefault('cwd', self.pa_dir)
|
||||
|
|
Loading…
Reference in a new issue