Searched refs:RUBY_PLATFORM (Results 1 – 6 of 6) sorted by relevance
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/
3 require "rake/extensiontask" unless RUBY_PLATFORM == "java"42 if RUBY_PLATFORM == "java" constant70 if RUBY_PLATFORM =~ /darwin/ constant
12 if RUBY_PLATFORM == "java" constant
43 if RUBY_PLATFORM == "java" constant
26 unless RUBY_PLATFORM =~ /darwin/ constant28 # "no_native" can only be set if the RUBY_PLATFORM doing119 if RUBY_PLATFORM =~ /darwin/ constant
1129 return if RUBY_PLATFORM == "java"1161 return if RUBY_PLATFORM == "java"