diff options
Diffstat (limited to 'src/api')
-rw-r--r-- | src/api/api.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/api.cmd b/src/api/api.cmd index e08c10aa..db8d5183 100644 --- a/src/api/api.cmd +++ b/src/api/api.cmd | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | @set _C=Debug | 4 | @set _C=Debug |
5 | :parse_args | 5 | :parse_args |
6 | @if /i "%1"=="release" set _C=Release& shift | 6 | @if /i "%1"=="release" set _C=Release |
7 | @if not "%1"=="" shift & goto parse_args | 7 | @if not "%1"=="" shift & goto parse_args |
8 | 8 | ||
9 | @echo Building api %_C% | 9 | @echo Building api %_C% |