usar LD_PRELOAD en jekyll también

This commit is contained in:
f 2020-05-25 13:19:11 -03:00
parent 5cc0f94f80
commit 74245679fd

View file

@ -58,7 +58,8 @@ class DeployLocal < Deploy
'HOME' => home_dir,
'PATH' => paths.join(':'),
'JEKYLL_ENV' => Rails.env,
'LANG' => ENV['LANG']
'LANG' => ENV['LANG'],
'LD_PRELOAD' => ENV['LD_PRELOAD']
}
end