Skip to content

Commit

Permalink
Build: fixed 32bit Windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Feb 7, 2023
1 parent 32114e9 commit 005fefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rebol-Blend2D.nest
Original file line number Diff line number Diff line change
Expand Up @@ -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" [
Expand Down

0 comments on commit 005fefa

Please sign in to comment.