Skip to content

Commit

Permalink
Add src-aarch64 for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCardwell committed Jan 8, 2025
1 parent 51e7776 commit bd1706c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions hs-bindgen-patterns/hs-bindgen-patterns.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,12 @@ library
hs-source-dirs:
src
if arch(x86_64)
hs-source-dirs:
src-x86_64
hs-source-dirs: src-x86_64
else
if arch(aarch64)
hs-source-dirs: src-aarch64
else
buildable: False
build-depends:
, pretty-show >= 1.10 && < 1.11
, vector ^>=0.13.2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
module HsBindgen.Patterns.LibC.Arch (
) where

0 comments on commit bd1706c

Please sign in to comment.