Skip to content

Commit

Permalink
Merge pull request #728 from Daft-Freak/patch-2
Browse files Browse the repository at this point in the history
Set 32BLIT_DIR in the Pico toolchain too
  • Loading branch information
Gadgetoid authored Nov 9, 2021
2 parents 37d1f21 + bfd34e0 commit 963e5e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pico.toolchain
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,6 @@ endif()

if (NOT PICO_SDK_PATH)
set(PICO_SDK_PATH ${CMAKE_CURRENT_LIST_DIR}/../pico-sdk)
endif()
endif()

set(32BLIT_DIR ${CMAKE_CURRENT_LIST_DIR} CACHE PATH "Path to 32blit.cmake")

0 comments on commit 963e5e2

Please sign in to comment.