mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Windows: Refine cygwin pipeline (#3260)
1. When cleanup, remove srs.exe 2. Refine NSIS command.
This commit is contained in:
parent
fe9e7abd84
commit
057b1392c0
2 changed files with 2 additions and 3 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -525,7 +525,7 @@ help:
|
|||
@echo " make help"
|
||||
|
||||
doclean:
|
||||
(cd ${SRS_OBJS} && rm -rf srs srs_utest $__mcleanups)
|
||||
(cd ${SRS_OBJS} && rm -rf srs srs_utest srs.exe srs_utest.exe $__mcleanups)
|
||||
(cd ${SRS_OBJS} && rm -rf src/* include lib)
|
||||
(mkdir -p ${SRS_OBJS}/utest && cd ${SRS_OBJS}/utest && rm -rf *.o *.a)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue