Skip to content

Commit

Permalink
baremetal build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed May 12, 2024
1 parent cafff38 commit 324aad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ message("VERSION_HASH: ${VERSION_HASH}")

configure_file("${PROJECT_SOURCE_DIR}/version.h.in" "${CMAKE_CURRENT_BINARY_DIR}/version.h")

if(ANDROID OR EMSCRIPTEN OR N3DS OR RPI)
if(ANDROID OR EMSCRIPTEN OR N3DS OR RPI OR BAREMETALPI)
set(BUILD_LIBRETRO_DEFAULT OFF)
set(BUILD_PLAYER_DEFAULT OFF)
set(BUILD_TOOLS OFF)
Expand Down

0 comments on commit 324aad4

Please sign in to comment.