mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-17 07:13:27 +02:00
Merge pull request #308 from Micah71381/develop
Adds support for building from paths with spaces.
This commit is contained in:
commit
7f2bea8ae5
@ -280,7 +280,7 @@ for /f %%G in ('findstr /R "." components') do (
|
||||
)
|
||||
)
|
||||
)
|
||||
cd %POCO_BASE%
|
||||
cd "%POCO_BASE%"
|
||||
)
|
||||
)
|
||||
|
||||
@ -435,7 +435,7 @@ for /f %%G in ('findstr /R "." components') do (
|
||||
echo. && echo. && echo.
|
||||
)
|
||||
|
||||
cd %POCO_BASE%
|
||||
cd "%POCO_BASE%"
|
||||
|
||||
echo.
|
||||
echo ------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user