Skip to content

Commit

Permalink
Merge pull request #203587 from wegank/racket-minimal-darwin
Browse files Browse the repository at this point in the history
racket-minimal: fix build on aarch64-darwin
  • Loading branch information
marsam authored Nov 30, 2022
2 parents cb00bf8 + 8b868b5 commit b78d501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

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

0 comments on commit b78d501

Please sign in to comment.