Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
72d723c9
Commit
72d723c9
authored
Apr 19, 2012
by
Ralf Mueller
Browse files
Update to current ruby version
parent
3c57b8fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/interface.rb
View file @
72d723c9
require
'mkmf'
require
'rbconfig'
if
RUBY_VERSION
[
0
,
3
]
==
'1.8'
puts
"-I
#{
Config
::
expand
(
CONFIG
[
'archdir'
])
}
"
else
puts
"-I
#{
Config
::
expand
(
CONFIG
[
'rubyhdrdir'
]
)
}
-I
#{
Config
::
expand
(
CONFIG
[
'rubyhdrdir'
]
)
}
/
#{
Config
::
expand
(
CONFIG
[
'arch'
]
)
}
"
puts
"-I
#{
Rb
Config
::
CONFIG
[
'rubyhdrdir'
]
}
-I
#{
Rb
Config
::
CONFIG
[
'rubyhdrdir'
]
}
/
#{
Rb
Config
::
CONFIG
[
'arch'
]
}
"
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment