Cleanup after NASM removal
Builds / XTChain (push) Successful in 1h20m48s Details

This commit is contained in:
Rafal Kupiec 2023-07-28 23:07:02 +02:00
parent b0baae79ba
commit 0d468bf245
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 0 additions and 5 deletions

View File

@ -43,11 +43,6 @@ MINGWTAG="master"
MINGWNTV="0x601"
MINGWVCS="https://github.com/mirror/mingw-w64.git"
# NASM Settings
NASMDIR="${SRCDIR}/nasm"
NASMTAG="nasm-2.15.05"
NASMVCS="https://github.com/netwide-assembler/nasm.git"
# Ninja Settings
NINJADIR="${SRCDIR}/ninja"
NINJATAG="v1.11.0"