mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-15 03:21:11 +01:00
Merge pull request #2053 from BLangpap/master
modified build.bat for msvc to support non-pausing script-based instal…
This commit is contained in:
commit
d51940a9f5
@ -32,4 +32,7 @@ set STOPTIME=%DATE% %TIME%
|
|||||||
:done
|
:done
|
||||||
@endlocal
|
@endlocal
|
||||||
|
|
||||||
|
if NOT %1 == "" if /I %1 == "skip_pause" goto :quit
|
||||||
|
|
||||||
PAUSE
|
PAUSE
|
||||||
|
:quit
|
Loading…
Reference in New Issue
Block a user