Home
last modified time | relevance | path

Searched refs:RUBY_PLATFORM (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/ruby/ext/grpc/
Dextconf.rb18 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/
DRakefile3 require "rake/extensiontask" unless RUBY_PLATFORM == "java"
42 if RUBY_PLATFORM == "java" constant
70 if RUBY_PLATFORM =~ /darwin/ constant
Dgoogle-protobuf.gemspec12 if RUBY_PLATFORM == "java" constant
/external/protobuf/ruby/lib/google/
Dprotobuf.rb43 if RUBY_PLATFORM == "java" constant
/external/grpc-grpc/
DRakefile26 unless RUBY_PLATFORM =~ /darwin/ constant
28 # "no_native" can only be set if the RUBY_PLATFORM doing
119 if RUBY_PLATFORM =~ /darwin/ constant
/external/protobuf/ruby/tests/
Dbasic.rb1129 return if RUBY_PLATFORM == "java"
1161 return if RUBY_PLATFORM == "java"