From 45a9db74e8ad6946cc4c9f39e2e946bf5314c4b2 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 24 Oct 2021 06:29:12 +0100 Subject: [PATCH] Remove message that Windows x86 does not work, it now does. --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index ec3980f..31beec7 100755 --- a/build.sh +++ b/build.sh @@ -217,7 +217,6 @@ mv libAaru.Compression.Native.dll runtimes/win-x64/native/ ## Windows (x86) # Detected system processor: i686 # TODO: Requires MSVCRT.DLL -# /work/3rdparty/lzma-21.03beta/C/Alloc.c:9:10: fatal error: Windows.h: No such file or directory rm -f CMakeCache.txt mkdir -p runtimes/win-x86/native docker run --rm dockcross/windows-shared-x86 > docker/dockcross-win-x86