Project

General

Profile

Bug #7971

Updated by nobu (Nobuyoshi Nakada) about 11 years ago

 
 =begin 
 In 1.9.3 the gem would generate ((%ext/bson_ext/cbson.so%)) ext/bson_ext/cbson.so but now it generates ((%ext/bson_ext/bson_ext%)) ext/bson_ext/bson_ext instead. I can't see what's wrong with ((%extconf.rb%)): 

  extconf.rb: 

 dir_config('cbson') 
  
 create_makefile('bson_ext/cbson') 

 I should notice I'm using RVM because I don't know if that makes any difference. 

 What should be done to generate ((%ext/bson_ext/cbson.so%)) ext/bson_ext/cbson.so like before? 
 =end

Back