Skip to content

Commit

Permalink
Add target to output of psp-build-exports command
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Oct 31, 2024
1 parent d1ca1d6 commit 380ca62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/AddPrxModule.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function(add_prx_module name)
OUTPUT ${GENERATED_C_FILE}
COMMAND psp-build-exports -b ${FILE} > ${GENERATED_C_FILE}
DEPENDS ${FILE}
COMMENT "Generating ${EXP_FILE_NAME}.c from ${FILE}"
COMMENT "Generating ${EXP_FILE_NAME}.c from ${EXP_FILE_NAME}.exp for target ${name}"
)

# Add the generated .c file to the list
Expand Down

0 comments on commit 380ca62

Please sign in to comment.