Skip to content

Commit e59b2fb

Browse files
committed
Added arm64-darwin executable
1 parent 0fc598a commit e59b2fb

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

exe/arm64-darwin/sass

8.22 MB
Binary file not shown.

exe/dartsass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ platform_string = "#{platform_info.cpu}-#{platform_info.os}"
99
exe_path =
1010
case platform_string
1111
when "aarch64-linux" then File.join(__dir__, "aarch64-linux/sass")
12+
when "arm64-darwin" then File.join(__dir__, "arm64-darwin/sass")
1213
when /darwin\z/ then File.join(__dir__, "darwin/sass")
1314
when /linux\z/ then File.join(__dir__, "linux/sass")
1415
when /mingw32\z/ then File.join(__dir__, "mingw32/sass.bat")

0 commit comments

Comments
 (0)