Skip to content

Commit

Permalink
Build M1 native library
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Aug 25, 2021
1 parent 4a88c6e commit 555dde9
Showing 1 changed file with 0 additions and 0 deletions.
Binary file not shown.

2 comments on commit 555dde9

@guangwei-qiao
Copy link

@guangwei-qiao guangwei-qiao commented on 555dde9 Sep 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi, how can I build MAC M1 native library locally? I can't find any related code for MAC aarch64 in 'Makefile'.

@xerial
Copy link
Owner Author

@xerial xerial commented on 555dde9 Sep 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See here: https://github.com/xerial/sqlite-jdbc#buliding-sqlite-jdbc

If you have an M1 machine, you just need to run make native

Please sign in to comment.