mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
remove extra space
This commit is contained in:
parent
51c13d1bff
commit
6f55073ce8
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue