Fix typo in the setup script.

This commit is contained in:
Relintai 2020-02-14 21:41:22 +01:00
parent 7c429e21a4
commit 199822c045

View File

@ -216,7 +216,7 @@ if len(sys.argv) > 1:
build_string += 'target=' build_string += 'target='
if 'r' in arg: if 'r' in arg:
build_string += 'release' build_string += 'release'
if 'd' in arg: elif 'd' in arg:
build_string += 'debug' build_string += 'debug'
else: else:
build_string += 'release_debug' build_string += 'release_debug'