Skip to content

Commit

Permalink
arm64 placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed May 6, 2018
1 parent 9ec656d commit eee0a39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/picrate/native_folder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ class NativeFolder

WIN_FORMAT = 'windows%d'.freeze
LINUX_FORMAT = 'linux%d'.freeze
ARM32 = '-armv6hf'
ARM32 = '-armv6hf'.freeze
ARM64 = '-aarch64'.freeze
# WIN_PATTERNS = [
# /bccwin/i,
# /cygwin/i,
Expand Down

0 comments on commit eee0a39

Please sign in to comment.