]> granicus.if.org Git - handbrake/commit
Unbreak non-mingw cross.
authorWouter van Kesteren <woutershep@gmail.com>
Thu, 2 Mar 2017 20:21:40 +0000 (21:21 +0100)
committerBradley Sepos <bradley@bradleysepos.com>
Sat, 4 Mar 2017 09:15:01 +0000 (04:15 -0500)
commit8c9400b676a61739f25ca827a7d95d976999c891
tree7356b613abd6de0e3c0238cc9f7ae24260d53497
parent31d0389758bd506a6c349d85c0d3191880d0dea4
Unbreak non-mingw cross.

Strings in python are immutable and it results in:

Traceback (most recent call last):
  File "make/configure.py", line 1592, in <module>
    action.run()
  File "make/configure.py", line 287, in run
    self._action()
  File "make/configure.py", line 506, in _action
    self.systemf[0] = self.systemf[0].upper()
TypeError: 'str' object does not support item assignment
make/configure.py