Skip to content

Commit

Permalink
macos: fix for crashing apps
Browse files Browse the repository at this point in the history
  • Loading branch information
jafl committed May 10, 2024
1 parent 9f1713f commit 494e656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/jx-af/make/app_targets
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ EXE_NAME := $(call EXE,${BIN_NAME})
install:: default
@${J_STRIP_DEBUG} ${EXE_NAME}
@mkdir -p ${JX_INSTALL_BIN}
@${RM} ${JX_INSTALL_BIN}/${EXE_NAME}
@cp ${EXE_NAME} ${JX_INSTALL_BIN}

.PHONY : uninstall
Expand Down

0 comments on commit 494e656

Please sign in to comment.