racket-minimal: fix build on aarch64-darwin

This commit fixed a previous patch so that signatures are effectively removed and then added.
This commit is contained in:
Weijia Wang 2022-11-29 16:28:06 +01:00
parent dfc8fe3770
commit 8b868b5616

View file

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