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. --- ext/sqlite3_api/post-clean.rb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 ext/sqlite3_api/post-clean.rb (limited to 'ext/sqlite3_api/post-clean.rb') diff --git a/ext/sqlite3_api/post-clean.rb b/ext/sqlite3_api/post-clean.rb deleted file mode 100644 index 1017f72..0000000 --- a/ext/sqlite3_api/post-clean.rb +++ /dev/null @@ -1,3 +0,0 @@ -# post-distclean.rb - -File.delete File.join( curr_srcdir, "sqlite3_api_wrap.c" ) rescue nil -- cgit