Skip to content

Commit

Permalink
Merge pull request #721 from Daft-Freak/patch-2
Browse files Browse the repository at this point in the history
No more 32BLIT_DIR for STM32 builds
  • Loading branch information
Gadgetoid authored Oct 12, 2021
2 parents c62d65d + c05ad46 commit 6b788cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/32blit.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ You can build a project based on the boilerplate (https://github.com/32blit/32bl
```
mkdir build.stm32
cd build.stm32
cmake .. -D32BLIT_DIR="/path/to/32blit/repo" -DCMAKE_TOOLCHAIN_FILE=/path/to/32blit/repo/32blit.toolchain
cmake .. -DCMAKE_TOOLCHAIN_FILE=/path/to/32blit/repo/32blit.toolchain
make
```

Expand Down

0 comments on commit 6b788cf

Please sign in to comment.