You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
In reference to the docs on building on Windows, I have successfully built a
sassc.exeby following the steps with VS2015. But when I copy the builtsassc.exeto another computer, it complains that sassc was unable to find a shared folder.I would assume that the library in question here is
libsass.dll. I noticed that the.travis.ymlsettings have a setting forBUILD, where it can bestaticorshared. 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?