mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-11 13:51:11 +01:00
Fix typo in the setup script.
This commit is contained in:
parent
7c429e21a4
commit
199822c045
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user