Skip to content

Commit

Permalink
More homebrew template stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Nov 4, 2024
1 parent 26d041a commit 86341d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-dist/templates/installer/homebrew.rb.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class {{ formula_class }} < Formula
{%- endif %}
version "{{ inner.app_version }}"
{#- #}
{%- if arm64_macos.id or x86_64_macos.id %}
{%- if arm64_macos is defined or x86_64_macos is defined %}
if OS.mac?
{#- If arm64/x86_64 builds are the same, skip the Hardware::CPU.type if statement #}
{%- if arm64_macos.id == x86_64_macos.id %}
Expand Down

0 comments on commit 86341d0

Please sign in to comment.