We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ad5b7 commit e8fab40Copy full SHA for e8fab40
tasks/compile.rake
@@ -1,6 +1,6 @@
1
require "rake/extensiontask"
2
3
-load File.expand_path('../../mysql2.gemspec', __FILE__)
+load File.expand_path('../../mysql2.gemspec', __FILE__) unless defined? Mysql2::GEMSPEC
4
5
Rake::ExtensionTask.new("mysql2", Mysql2::GEMSPEC) do |ext|
6
# put binaries into lib/mysql2/ or lib/mysql2/x.y/
0 commit comments