aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMaxim Belkin2017-10-19 15:24:30 -0500
committerMaxim Belkin2017-10-19 15:24:30 -0500
commit70005859b12f2f17e407596949f1517ae0b2e0a8 (patch)
treeb5c579c08caed29dde7934525c32b0494ecacf8f /Library
parent15096e7289b25ef19baa6c0455f2051583665f70 (diff)
downloadbrew-70005859b12f2f17e407596949f1517ae0b2e0a8.tar.bz2
build_environment: Linux env vars
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/build_environment.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/build_environment.rb b/Library/Homebrew/build_environment.rb
index dc28b2293..3c494428f 100644
--- a/Library/Homebrew/build_environment.rb
+++ b/Library/Homebrew/build_environment.rb
@@ -46,6 +46,7 @@ module Homebrew
HOMEBREW_SDKROOT HOMEBREW_BUILD_FROM_SOURCE
MAKE GIT CPP
ACLOCAL_PATH PATH CPATH
+ LD_LIBRARY_PATH LD_RUN_PATH LD_PRELOAD LIBRARY_PATH
].select { |key| env.key?(key) }
end