From 005fefa35db17976addc7cfe59a38fd58c920301 Mon Sep 17 00:00:00 2001 From: Oldes Date: Tue, 7 Feb 2023 14:00:16 +0100 Subject: [PATCH] Build: fixed 32bit Windows version --- Rebol-Blend2D.nest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rebol-Blend2D.nest b/Rebol-Blend2D.nest index 748a8ac..94f5820 100644 --- a/Rebol-Blend2D.nest +++ b/Rebol-Blend2D.nest @@ -260,7 +260,7 @@ eggs: only [ "Make Blend2D static library (cmake) - x86" [ arch: x86 name: %static-lib-x86 - cmd %_static_x86/ "cmake ../blend2d/ -DCMAKE_BUILD_TYPE=Release -DBLEND2D_STATIC=TRUE -DASMJIT_DIR=../asmjit/" + cmd %_static_x86/ "cmake ../blend2d/ -A Win32 -DCMAKE_BUILD_TYPE=Release -DBLEND2D_STATIC=TRUE -DASMJIT_DIR=../asmjit/" cmd %_static_x86/ {msbuild blend2d.sln /p:Configuration=Release /p:Platform=Win32} ] "Make Blend2D static library (cmake) - x64" [