summaryrefslogtreecommitdiffstats
path: root/ext/sqlite3_api/post-clean.rb
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-09-11 17:01:27 +0000
committerJamis Buck <jamis@37signals.com>2005-09-11 17:01:27 +0000
commit1a1e6741788be3bd7c294e698ca77edc7cd44a9f (patch)
tree9a4d704e713ea96823a2735ac240a8948742f335 /ext/sqlite3_api/post-clean.rb
parent03076057704ced9a2e1bc7bca829299a459bc07d (diff)
downloadthird_party-sqlite3-ruby-1a1e6741788be3bd7c294e698ca77edc7cd44a9f.tar.gz
third_party-sqlite3-ruby-1a1e6741788be3bd7c294e698ca77edc7cd44a9f.tar.xz
third_party-sqlite3-ruby-1a1e6741788be3bd7c294e698ca77edc7cd44a9f.zip
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.
Diffstat (limited to 'ext/sqlite3_api/post-clean.rb')
-rw-r--r--ext/sqlite3_api/post-clean.rb3
1 files changed, 0 insertions, 3 deletions
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