Changeset 706
- Timestamp:
- 06/20/08 12:20:30 (3 months ago)
- Files:
-
- branches/raggi/ext/extconf.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/raggi/ext/extconf.rb
r695 r706 30 30 31 31 flags = ['-D BUILD_FOR_RUBY'] 32 if have_func('rb_thread_blocking_region') and have_macro('RB_UBF_DFL', 'ruby.h') 33 flags << "-DHAVE_TBR" 34 end 32 35 33 36 #Â Minor platform details between *nix and Windows: … … 100 103 end 101 104 102 if have_func('rb_thread_blocking_region') and have_macro('RB_UBF_DFL', 'ruby.h')103 flags << "-DHAVE_TBR"104 end105 106 105 # on Unix we need a g++ link, not gcc. 107 106 CONFIG['LDSHARED'] = "$(CXX) -shared"