usar LD_PRELOAD en jekyll también
This commit is contained in:
parent
5cc0f94f80
commit
74245679fd
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ class DeployLocal < Deploy
|
||||||
'HOME' => home_dir,
|
'HOME' => home_dir,
|
||||||
'PATH' => paths.join(':'),
|
'PATH' => paths.join(':'),
|
||||||
'JEKYLL_ENV' => Rails.env,
|
'JEKYLL_ENV' => Rails.env,
|
||||||
'LANG' => ENV['LANG']
|
'LANG' => ENV['LANG'],
|
||||||
|
'LD_PRELOAD' => ENV['LD_PRELOAD']
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue