Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Building in Windows with VS2015, how to make static build? #199

Description

@altbdoor

In reference to the docs on building on Windows, I have successfully built a sassc.exe by following the steps with VS2015. But when I copy the built sassc.exe to another computer, it complains that sassc was unable to find a shared folder.

sassc.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory

I would assume that the library in question here is libsass.dll. I noticed that the .travis.yml settings have a setting for BUILD, where it can be static or shared. But guides on building sassc (in both Unix and Windows) did not mention anything about this.

So question is, is it possible to make a sassc static build? If yes, how do I proceed with VS2015?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions