We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc598a commit e59b2fbCopy full SHA for e59b2fb
exe/arm64-darwin/sass
8.22 MB
exe/dartsass
@@ -9,6 +9,7 @@ platform_string = "#{platform_info.cpu}-#{platform_info.os}"
9
exe_path =
10
case platform_string
11
when "aarch64-linux" then File.join(__dir__, "aarch64-linux/sass")
12
+ when "arm64-darwin" then File.join(__dir__, "arm64-darwin/sass")
13
when /darwin\z/ then File.join(__dir__, "darwin/sass")
14
when /linux\z/ then File.join(__dir__, "linux/sass")
15
when /mingw32\z/ then File.join(__dir__, "mingw32/sass.bat")
0 commit comments