This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Commit f27e5cf
committed
Compile libsass for one platform at a time
Added an inline MSBuild task, which make use of a new CoreFX API
`System.Runtime.InteropServices.RuntimeInformation` to obtain OS
description and architecture information, then translates into
`LibSassPlatform` (Win32 or Win64 etc.).
Also added ability to cross compile, e.g. Win32 on 64-bit system.
Additional OSes will be added with .NET Core support.
Added cross compile configurations for AppVeyor CI.1 parent 72a0578 commit f27e5cf
File tree
9 files changed
+306
-1142
lines changed- LibSass.NET.Tests
- LibSass.NET
- Compiler
- contrib
- LibSass.NET.Console
- LibSass.NET.Web
9 files changed
+306
-1142
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments