-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Makefile #14
Comments
Yeah, I was working on this... make install is a bitch if its cross-compatible! |
For the moment I'm going to vender libsass into node-sass and compile it all on install as libsass as no other dependencies. |
That's the main method I was assuming for integration! So small anyway..
On Apr 27, 2012, at 2:42 PM, Andrew [email protected] wrote:
|
I added
Bundling libraries and static linking is a bit of a show stopper for packaging for Linux distros. |
Check for single quotes on import statements
I think this is sorted already. |
I've created a homebrew formula so we can simply run brew install libsass but the Makefile doesn't have an install command.
I don't really know much about makefiles so I might need some help implementing it.
Homebrew formula here: andrew/homebrew@b5601ff
The text was updated successfully, but these errors were encountered: