Removing memcpy's wrapper for windows-ruby.

This commit is contained in:
Nicolas "Pixel" Noble 2016-02-03 02:11:43 +01:00
parent 67c1848249
commit d355497792
1 changed files with 2 additions and 1 deletions

View File

@ -92,7 +92,8 @@ if grpc_config == 'gcov'
$LDFLAGS << ' -fprofile-arcs -ftest-coverage -rdynamic'
end
$LDFLAGS << ' -Wl,-wrap,memcpy'
$LDFLAGS << ' -Wl,-wrap,memcpy' if RUBY_PLATFORM =~ /linux/
$LDFLAGS << ' -static' if windows
$CFLAGS << ' -std=c99 '
$CFLAGS << ' -Wall '