Skip to content

Commit

Permalink
- Use Ruby's LDFLAGS config variable (maharg)
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/RubyInline/dev/": change = 6874]
  • Loading branch information
zenspider committed Jan 10, 2012
1 parent 21a7d70 commit c327857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/inline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ def build
RbConfig::CONFIG['DLDFLAGS'],
RbConfig::CONFIG['CCDLFLAGS'],
RbConfig::CONFIG['CFLAGS'],
RbConfig::CONFIG['LDFLAGS'],
'-I', hdrdir,
config_hdrdir,
'-I', RbConfig::CONFIG['includedir'],
Expand Down

0 comments on commit c327857

Please sign in to comment.