mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
install nasm for openssl compilation on win for github
This commit is contained in:
parent
b9462a840c
commit
844b168ba6
2 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,8 @@ IF %errorlevel% NEQ 0 (
|
||||||
|
|
||||||
echo Installing nasm...
|
echo Installing nasm...
|
||||||
choco install -y nasm
|
choco install -y nasm
|
||||||
|
where nasm
|
||||||
|
SET PATH=%PATH%;C:\Program Files\NASM
|
||||||
IF %errorlevel% NEQ 0 (
|
IF %errorlevel% NEQ 0 (
|
||||||
echo Can't install nasm
|
echo Can't install nasm
|
||||||
exit /b %errorlevel%
|
exit /b %errorlevel%
|
||||||
|
|
|
@ -28,6 +28,8 @@ IF %errorlevel% NEQ 0 (
|
||||||
|
|
||||||
echo Installing nasm...
|
echo Installing nasm...
|
||||||
choco install -y nasm
|
choco install -y nasm
|
||||||
|
where nasm
|
||||||
|
SET PATH=%PATH%;C:\Program Files\NASM
|
||||||
IF %errorlevel% NEQ 0 (
|
IF %errorlevel% NEQ 0 (
|
||||||
echo Can't install nasm
|
echo Can't install nasm
|
||||||
exit /b %errorlevel%
|
exit /b %errorlevel%
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue