Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker authored Nov 1, 2024
1 parent 2162217 commit efb8ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The single-source sample ASCII test renderer can be compiled with

The cross-platform fenster-based single-source bitmap renderer can be compiled with

````g++ -std=c++20 -mavx tiny_bvh_fenster.cpp -o tiny_bvh_fenster````
````g++ -std=c++20 -mavx -lgdi32 tiny_bvh_fenster.cpp -o tiny_bvh_fenster```` on windows

Thanks to Eddy L. O. Jansson for help with g++ and clang.

Expand Down

0 comments on commit efb8ff5

Please sign in to comment.