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 61f5f50 commit eeb2705Copy full SHA for eeb2705
exe/dartsass
@@ -10,7 +10,7 @@ platform_string = "#{system_config["host_cpu"]}-#{system_config["host_os"]}"
10
exe_path =
11
case platform_string
12
when /aarch64-linux/ then File.join(__dir__, "aarch64-linux/sass")
13
- when /arm64-darwin/ then File.join(__dir__, "arm64-darwin/sass")
+ when /arm(64)?-darwin/ then File.join(__dir__, "arm64-darwin/sass")
14
when /darwin/ then File.join(__dir__, "darwin/sass")
15
when /linux/ then File.join(__dir__, "linux/sass")
16
when /mswin|mingw|cygwin/ then File.join(__dir__, "mingw32/sass.bat")
0 commit comments