Update to newer bootstrappable tcc snapshot.

This commit is contained in:
Andrius Štikonas 2023-11-19 01:42:07 +00:00
parent c38a58e474
commit f98161581c
8 changed files with 148 additions and 230 deletions

View file

@ -125,7 +125,7 @@ def main():
# Arch validation
if args.arch != "x86":
raise ValueError("Only x86 is supported at the moment.")
print("Only x86 is supported at the moment, other arches are for development only.")
# Tmp validation
if args.bwrap and args.tmpfs: