racket-minimal: fix build on aarch64-darwin

This commit fixed a previous patch so that signatures are effectively removed and then added.

(cherry picked from commit 8b868b5616)
This commit is contained in:
Weijia Wang 2022-11-29 16:28:06 +01:00 committed by github-actions[bot]
parent 9260177a3a
commit d51bd55117

View file

@ -5,6 +5,6 @@
(void (void
- (if remove? - (if remove?
+ (if #t + (begin
(remove-signature file) (remove-signature file)
(add-ad-hoc-signature file))) (add-ad-hoc-signature file)))