Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Fix problem with build dependency
  • Loading branch information
yifanlu committed Feb 28, 2017
1 parent f691861 commit f446c56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dump_partials/CMakeLists.txt
Expand Up @@ -46,9 +46,7 @@ target_link_libraries(kernel
set_target_properties(kernel
PROPERTIES LINK_FLAGS "-nostdlib"
COMPILE_FLAGS "-D__VITA_KERNEL__"
)

add_dependencies(${SHORT_NAME} kernel)
)(${SHORT_NAME} kernel)

vita_create_self(kernel.skprx kernel
UNSAFE
Expand All @@ -60,3 +58,5 @@ vita_create_vpk(${SHORT_NAME}.vpk ${VITA_TITLEID} ${SHORT_NAME}.self
NAME ${VITA_APP_NAME}
FILE ${CMAKE_CURRENT_BINARY_DIR}/kernel.skprx kernel.skprx
)

add_dependencies(${SHORT_NAME}.vpk kernel.skprx)

1 comment on commit f446c56

@arnold4321
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi where can i get psvimgtools-0.1-win64.zip. the one i saw in youtube re:jailbreak for psvita?

Please sign in to comment.