4 lines
133 B
Batchfile
4 lines
133 B
Batchfile
|
|
@echo off
|
||
|
|
echo Running PowerShell build script for AOT-only LLVM...
|
||
|
|
powershell -ExecutionPolicy Bypass -File build_aot_only.ps1
|
||
|
|
pause
|