draft: refactor project so it sits on top of a standalone app
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
require 'mkmf'
|
||||
# .. more stuff
|
||||
#$LIBPATH.push(Config::CONFIG['libdir'])
|
||||
$CFLAGS << " #{ENV["CFLAGS"]}"
|
||||
$LIBS << " #{ENV["LIBS"]}"
|
||||
create_makefile("libsass")
|
||||
Reference in New Issue
Block a user