Kaydet (Commit) 8886d5f3 authored tarafından INADA Naoki's avatar INADA Naoki Kaydeden (comit) GitHub

PCbuild: Add -q option to svn export (GH-535)

Without this option, AppVeyor log is too unreadable.
üst 93fac8dd
......@@ -66,7 +66,7 @@ for %%e in (%libraries%) do (
echo.%%e already exists, skipping.
) else (
echo.Fetching %%e...
svn export %SVNROOT%%%e
svn export -q %SVNROOT%%%e
)
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment