Skip to content

Commit fe34f8b

Browse files
committed
codesign fixes
1 parent 3e10dc0 commit fe34f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/apx_gcs_deploy.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if(APPLE)
7070
COMMAND ${codesign_cmd} ${APX_INSTALL_BIN_DIR}/gcs
7171
COMMAND ${codesign_cmd} ${APX_INSTALL_APP_DIR}
7272
COMMENT "Signing app with $ENV{CODE_IDENTITY}"
73-
# DEPENDS deploy_libs
73+
DEPENDS deploy_libs
7474
WORKING_DIRECTORY ${APX_DEPLOY_DIR}
7575
VERBATIM USES_TERMINAL
7676
)

0 commit comments

Comments
 (0)