mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
ESL-89: --resolve add rubymod-install and add ability to use a ruby not in your path by setting RUBY env var
This commit is contained in:
@@ -3,6 +3,6 @@ require 'rbconfig'
|
||||
cflags = if RUBY_VERSION =~ /1.9/ then
|
||||
"-I#{RbConfig::CONFIG['rubyhdrdir']} -I#{RbConfig::CONFIG['rubyhdrdir']}/#{RbConfig::CONFIG['arch']}"
|
||||
else
|
||||
"-I#{RbConfig::CONFIG["topdir"]}"
|
||||
"-I#{RbConfig::CONFIG["topdir"]} -I#{RbConfig::CONFIG['rubyhdrdir']} -I#{RbConfig::CONFIG['rubyhdrdir']}/#{RbConfig::CONFIG['arch']}"
|
||||
end
|
||||
puts cflags
|
||||
puts cflags
|
||||
|
Reference in New Issue
Block a user