Skip to content

Commit

Permalink
Fix building Vita release image
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo committed Jun 15, 2023
1 parent 2624625 commit 0cf5026
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMake/platforms/vita.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ set(NOEXIT ON)
list(APPEND DEVILUTIONX_PLATFORM_SUBDIRECTORIES platform/vita)
list(APPEND DEVILUTIONX_PLATFORM_LINK_LIBRARIES libdevilutionx_vita)
list(APPEND DEVILUTIONX_PLATFORM_COMPILE_DEFINITIONS VITA)

# The Vita build needs the information
set(DEVILUTIONX_DISABLE_STRIP ON)

0 comments on commit 0cf5026

Please sign in to comment.