diff options
Diffstat (limited to 'habitat')
-rw-r--r-- | habitat/plan.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/habitat/plan.ps1 b/habitat/plan.ps1 index 4a9a7032d3..e15f076ba3 100644 --- a/habitat/plan.ps1 +++ b/habitat/plan.ps1 @@ -31,6 +31,7 @@ function Invoke-SetupEnvironment { Push-RuntimeEnv -IsPath GEM_PATH "$pkg_prefix/vendor" Set-RuntimeEnv APPBUNDLER_ALLOW_RVM "true" # prevent appbundler from clearing out the carefully constructed runtime GEM_PATH + Set-RuntimeEnv FORCE_FFI_YAJL "ext" # Always use the C-extensions because we use MRI on all the things and C is fast. Set-RuntimeEnv -IsPath SSL_CERT_FILE "$(Get-HabPackagePath cacerts)/ssl/cert.pem" Set-RuntimeEnv LANG "en_US.UTF-8" Set-RuntimeEnv LC_CTYPE "en_US.UTF-8" |