mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +00:00
Fix error with create_pbp_file
This commit is contained in:
@@ -163,7 +163,7 @@ macro(create_pbp_file)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
TARGET ${APP} POST_BUILD
|
TARGET ${ARG_TARGET} POST_BUILD
|
||||||
COMMAND ${CMAKE_COMMAND} -E remove
|
COMMAND ${CMAKE_COMMAND} -E remove
|
||||||
${ARG_OUTPUT_DIR}/PARAM.SFO
|
${ARG_OUTPUT_DIR}/PARAM.SFO
|
||||||
COMMENT "Cleaning up PARAM.SFO for target ${ARG_TARGET}"
|
COMMENT "Cleaning up PARAM.SFO for target ${ARG_TARGET}"
|
||||||
|
Reference in New Issue
Block a user