Skip to content

Commit

Permalink
Build GHDL and ghdl-yosys-plugin for darwin-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianJacobsen committed Aug 28, 2024
1 parent b7a7289 commit c268bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default/rules/ghdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
Target(
name = 'ghdl',
sources = [ 'ghdl' ],
arch = [ 'linux-x64', 'darwin-x64' ],
arch = [ 'linux-x64', 'darwin-x64', 'darwin-arm64' ],
)
2 changes: 1 addition & 1 deletion default/rules/yosys.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
name = 'ghdl-yosys-plugin',
sources = [ 'ghdl-yosys-plugin' ],
dependencies = [ 'ghdl', 'yosys' ],
arch = [ 'linux-x64', 'darwin-x64' ],
arch = [ 'linux-x64', 'darwin-x64', 'darwin-arm64' ],
)

SourceLocation(
Expand Down

0 comments on commit c268bc6

Please sign in to comment.