From 98a963e141129d8a90ac944f2c89cfc5eda29535 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Mon, 20 Sep 2021 12:38:23 +0200 Subject: [PATCH] Fix readme dockcross/linux-x64-full to dockcross/linux-x86_64-full --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb562d9..4072fd5 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ The dockcross script will execute the given command-line inside the container, a | dockcross/manylinux2014-x64 | x86_64 | GCC | Linux | | dockcross/linux-x86 | x86 | GCC | Linux | | dockcross/linux-x64 | x86_64 | GCC | Linux | -| dockcross/linux-x64-full | x86_64 | GCC + libs | Linux | +| dockcross/linux-x86_64-full | x86_64 | GCC + libs | Linux | | dockcross/linux-x64-clang | x86_64 | Clang | Linux | | dockcross/linux-x64-tinycc | x86_64 | tinycc + GCC | Linux | | dockcross/web-wasm | JS | LLVM | Web (JS) |