Skip to content

Commit

Permalink
Compress the self to make it compatible with Ensō
Browse files Browse the repository at this point in the history
  • Loading branch information
xerpi committed Jul 30, 2017
1 parent a2a4f76 commit aad83c9
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 @@ -47,7 +47,7 @@ set_target_properties(${PROJECT_NAME}.elf

add_custom_target(${PROJECT_NAME}.skprx ALL
COMMAND vita-elf-create -e ${CMAKE_SOURCE_DIR}/${PROJECT_NAME}.yml ${PROJECT_NAME}.elf ${PROJECT_NAME}.velf
COMMAND vita-make-fself ${PROJECT_NAME}.velf ${PROJECT_NAME}.skprx
COMMAND vita-make-fself -c ${PROJECT_NAME}.velf ${PROJECT_NAME}.skprx
)
add_dependencies(${PROJECT_NAME}.skprx ${PROJECT_NAME}.elf)

Expand Down

0 comments on commit aad83c9

Please sign in to comment.