Commit 634509ae authored by Alexey.Golubev's avatar Alexey.Golubev

Fix for cross compilation

parent 8197fb89
...@@ -6,6 +6,10 @@ if defined ProgramFiles(x86) ( ...@@ -6,6 +6,10 @@ if defined ProgramFiles(x86) (
SET platform=win_64 SET platform=win_64
) )
if defined TARGET (
SET platform=%TARGET%
)
if not exist "%platform%" ( if not exist "%platform%" (
md "%platform%" md "%platform%"
) )
......
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