OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RUBY_PLATFORM
(Results
1 - 3
of
3
) sorted by null
/external/grpc-grpc/src/ruby/ext/grpc/
extconf.rb
18
windows =
RUBY_PLATFORM
=~ /mingw|mswin/
19
bsd =
RUBY_PLATFORM
=~ /bsd/
32
ENV['AR'] = 'libtool -o' if
RUBY_PLATFORM
=~ /darwin/
38
ENV['ARCH_FLAGS'] = '-arch i386 -arch x86_64' if
RUBY_PLATFORM
=~ /darwin/
65
$LDFLAGS << ' -Wl,-wrap,memcpy' if
RUBY_PLATFORM
=~ /linux/
78
strip_tool = 'strip -x' if
RUBY_PLATFORM
=~ /darwin/
/external/protobuf/ruby/lib/google/
protobuf.rb
43
if
RUBY_PLATFORM
== "java"
/external/protobuf/ruby/tests/
basic.rb
[
all
...]
Completed in 759 milliseconds