From 1a1e6741788be3bd7c294e698ca77edc7cd44a9f Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sun, 11 Sep 2005 17:01:27 +0000 Subject: Fix a few broken tests (and comment out a few that appear to be broken due to sqlite3 bugs). Add a pre-built sqlite3_api_wrap.c and make the extconf.rb not try to build it every time. Make extconf.rb die if asked to build the wrap.c file and swig is not installed. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index cb57ed2..bce4524 100644 --- a/Rakefile +++ b/Rakefile @@ -53,7 +53,7 @@ task :clean do rm_f "doc/faq/faq.html" native_files = [ "Makefile", "mkmf.log", "sqlite3_api.so", - "sqlite3_api_wrap.c", "sqlite3_api_wrap.o" ] + "sqlite3_api.bundle", "sqlite3_api_wrap.o" ] native_files.each { |f| rm_f "ext/sqlite3_api/#{f}" } end -- cgit