Files
linux-packaging-mono/external/llvm-project/build.cmd

9 lines
175 B
Batchfile
Raw Normal View History

@echo off
setlocal
set _args=%*
if "%~1"=="-?" set _args=-help
powershell -ExecutionPolicy ByPass -NoProfile -File "%~dp0eng\build.ps1" %_args%
exit /b %ERRORLEVEL%