We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d45408 commit a3dcbb1Copy full SHA for a3dcbb1
Makefile
@@ -42,7 +42,7 @@ else ifeq ($(shell uname -s),Linux)
42
@echo "Skipping Code Sign for linux"
43
@exit 0
44
else
45
- find "llama" -type f -exec codesign --force -s "$(DEVELOPER_ID)" --options=runtime {} \;
+ find "build/bin" -type f -exec codesign --force -s "$(DEVELOPER_ID)" --options=runtime {} \;
46
endif
47
48
package:
0 commit comments