mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-04-12 17:22:00 +02: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='
|
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'
|
||||||
|
Loading…
Reference in New Issue
Block a user