Commit e6e3918e by Hampton Catlin

fixing up extconf

parent 55b8c962
require 'mkmf' require 'mkmf'
# .. more stuff # .. more stuff
$LIBPATH.push(Config::CONFIG['libdir']) #$LIBPATH.push(Config::CONFIG['libdir'])
create_makefile("libsass") $CFLAGS << " #{ENV["CFLAGS"]}"
\ No newline at end of file $LIBS << " #{ENV["LIBS"]}"
create_makefile("libsass")
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