Skip to content

Commit

Permalink
build/windows.md: wrap a long line
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Aug 23, 2024
1 parent 456a032 commit ed409d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Once generated, you import them and build with Visual Studio like normally.

You can even generate them for 32-bit Windows with:

cmake -B build -G 'Visual Studio 17 2022' -DCMAKE_GENERATOR_PLATFORM=x86
cmake -B build -G 'Visual Studio 17 2022' \
-DCMAKE_GENERATOR_PLATFORM=x86

## Mingw

Expand Down

0 comments on commit ed409d8

Please sign in to comment.