Skip to content

Commit aad83c9

Browse files
committed
Compress the self to make it compatible with Ensō
1 parent a2a4f76 commit aad83c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ set_target_properties(${PROJECT_NAME}.elf
4747

4848
add_custom_target(${PROJECT_NAME}.skprx ALL
4949
COMMAND vita-elf-create -e ${CMAKE_SOURCE_DIR}/${PROJECT_NAME}.yml ${PROJECT_NAME}.elf ${PROJECT_NAME}.velf
50-
COMMAND vita-make-fself ${PROJECT_NAME}.velf ${PROJECT_NAME}.skprx
50+
COMMAND vita-make-fself -c ${PROJECT_NAME}.velf ${PROJECT_NAME}.skprx
5151
)
5252
add_dependencies(${PROJECT_NAME}.skprx ${PROJECT_NAME}.elf)
5353

0 commit comments

Comments
 (0)