Commit f268a529 by Laurent Goderre

Added documentation for future build of the bindings in Windows

parent ff46ab4a
## Building bindings for Windows
When compiling the bindings for Windows, make sure to remove every instance of the following line from the Visual Studio project file (build/binding.vcxproj)
```xml
<RuntimeTypeInfo>false</RuntimeTypeInfo>
```
This line is known to cause some incompatibility with libsass and node.js.
\ No newline at end of file
## Building bindings for Windows
When compiling the bindings for Windows, make sure to remove every instance of the following line from the Visual Studio project file (build/binding.vcxproj)
```xml
<RuntimeTypeInfo>false</RuntimeTypeInfo>
```
This line is known to cause some incompatibility with libsass and node.js.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment