Skip to content
Snippets Groups Projects
Commit 2aefb3fc authored by Giorgos Korfiatis's avatar Giorgos Korfiatis
Browse files

Make tmp dir in cygwin

parent b484e4be
No related branches found
No related tags found
No related merge requests found
...@@ -21,4 +21,6 @@ set CACHE=%BUILD%\cygwin_packages ...@@ -21,4 +21,6 @@ set CACHE=%BUILD%\cygwin_packages
if not exist %CYGWIN% mkdir %CYGWIN% if not exist %CYGWIN% mkdir %CYGWIN%
if not exist %CACHE% mkdir %CACHE% if not exist %CACHE% mkdir %CACHE%
.\setup-x86_64.exe -q -Y -N -n -d -R %CYGWIN% -l %CACHE% -s %MIRROR% -P %PACKAGES% .\setup-x86_64.exe -q -Y -N -n -d -R %CYGWIN% -l %CACHE% -s %MIRROR% -P %PACKAGES%
set TMPDIR=%CYGWIN%\tmp
if not exist %TMPDIR% mkdir %TMPDIR%
:end :end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment