Skip to content

Commit

Permalink
Merge pull request #847 from 32blit/patch-pico-meta
Browse files Browse the repository at this point in the history
Fix pico metadata title
  • Loading branch information
Daft-Freak committed May 22, 2024
2 parents f91d306 + 4ec7e21 commit 97b5c4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 32blit-pico/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,7 @@ function(blit_metadata TARGET FILE)
# add the generated source
target_sources(${TARGET} PRIVATE ${METADATA_SOURCE})

# avoid the fallback to target name
target_compile_definitions(${TARGET} PRIVATE PICO_NO_BI_PROGRAM_NAME=1)

endfunction()

0 comments on commit 97b5c4f

Please sign in to comment.