-
Notifications
You must be signed in to change notification settings - Fork 15
Any way to get LibSassBuilder to work on the M1 processor? #42
Comments
forgot to mention that a vanilla project works perfectly fine with the adjustments suggested by the issue |
Nevermind, I have switched to DartSassBuilder. I merely replaced the LibSassBuilder in the .csproj file, with the DartSassBuilder: <PackageReference Include="DartSassBuilder" Version="0.2.1-beta" /> and it just worked with no issues :) |
Hi @jostFT - interesting. @johan-v-r I am still having issues with Error: But, I am not successful with Any ideas? |
@jostFT I switched to |
@mrlife @ChristianWeyer, hey sorry. Secondly, I assumed it worked, but it turned out that that it had cached my previously compiled .css file. So currently I am at a loss. Even with installing the |
Heya, I upgraded to an M1 processor, and now I'm getting build errors.
/Users/jost/.nuget/packages/libsassbuilder/1.6.4/build/LibSassBuilder.targets(90,5): error MSB3073: The command "dotnet "/Users/jost/.nuget/packages/libsassbuilder/1.6.4/build/../tool/LibSassBuilder.dll" files "/Users/jost/Desktop/FT/ver/ver-self-service-portal/src/FaroeseTelecom.Ver.Web/wwwroot/css/styles.scss" --outputstyle expanded --level verbose " exited with code 130. [/Users/jost/Desktop/FT/ver/ver-self-service-portal/src/FaroeseTelecom.Ver.Web/FaroeseTelecom.Ver.Web.csproj]
I am currently running libsassbuilder 1.6.4. I found that I can upgrade, but then I'm simply told that libsasshost does not support the arm64 architecture.
I have tried a million different combinations (such as this dotnet/sdk thread), but to no avail
Do you know of a way? :)
The text was updated successfully, but these errors were encountered: