From 8d220b74770ad16aaf7819b5e18d85746aa63d7d Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 5 May 2019 15:58:33 +0100 Subject: [PATCH] Delete extconf.rb This file is unused, the Ruby gem is at sass/sassc-ruby --- extconf.rb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 extconf.rb diff --git a/extconf.rb b/extconf.rb deleted file mode 100644 index 3e6d00bc92..0000000000 --- a/extconf.rb +++ /dev/null @@ -1,6 +0,0 @@ -require 'mkmf' -# .. more stuff -#$LIBPATH.push(Config::CONFIG['libdir']) -$CFLAGS << " #{ENV["CFLAGS"]}" -$LIBS << " #{ENV["LIBS"]}" -create_makefile("libsass")