1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

remove extra space

This commit is contained in:
Charles Lowell 2015-07-12 15:01:22 -05:00
parent 51c13d1bff
commit 6f55073ce8

View file

@ -10,7 +10,6 @@ $CPPFLAGS += " -rdynamic" unless $CPPFLAGS.split.include? "-rdynamic" unless RUB
$CPPFLAGS += " -fPIC" unless $CPPFLAGS.split.include? "-rdynamic" or RUBY_PLATFORM =~ /darwin/
$CPPFLAGS += " -std=c++11"
if cxx =~ /clang/
$LDFLAGS += " -stdlib=libstdc++"
end