Skip to content

Commit

Permalink
Support linux arm 64
Browse files Browse the repository at this point in the history
  • Loading branch information
sauramirez committed Dec 17, 2024
1 parent 80d2c54 commit 32cfe37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/isar/lib/src/native/native.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ extension on Abi {
case Abi.macosArm64:
case Abi.macosX64:
return 'libisar.dylib';
case Abi.linuxArm64:
case Abi.linuxX64:
return 'libisar.so';
case Abi.windowsArm64:
Expand Down

0 comments on commit 32cfe37

Please sign in to comment.