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='
if 'r' in arg:
build_string += 'release'
if 'd' in arg:
elif 'd' in arg:
build_string += 'debug'
else:
build_string += 'release_debug'