diff options
| author | Mike McQuaid | 2014-03-08 00:04:30 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-08 00:04:30 +0000 |
| commit | f155b0570e97c51a88392b91062f4a74a85b1f1b (patch) | |
| tree | c89df9dc3258e206ee212d78863d19bc7ad02963 /Library | |
| parent | 568c878b0a32202c416bc06782f8b212eb2d5c93 (diff) | |
| download | brew-f155b0570e97c51a88392b91062f4a74a85b1f1b.tar.bz2 | |
Revert "ENV: request no byte code Python when bottling."
This reverts commit b603c96276cf7fe1417d2355eebc47fb15da0b8c.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/extend/ENV/std.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/extend/ENV/super.rb | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/extend/ENV/std.rb b/Library/Homebrew/extend/ENV/std.rb index cf900dbed..71e89a666 100644 --- a/Library/Homebrew/extend/ENV/std.rb +++ b/Library/Homebrew/extend/ENV/std.rb @@ -53,8 +53,6 @@ module Stdenv self['CMAKE_FRAMEWORK_PATH'] = HOMEBREW_PREFIX/"Frameworks" end - self['PYTHONDONTWRITEBYTECODE'] = "1" if ARGV.build_bottle? - # Os is the default Apple uses for all its stuff so let's trust them set_cflags "-Os #{SAFE_CFLAGS_FLAGS}" diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb index 4879ab820..cbfd3dd8c 100644 --- a/Library/Homebrew/extend/ENV/super.rb +++ b/Library/Homebrew/extend/ENV/super.rb @@ -84,7 +84,6 @@ module Superenv self['CMAKE_LIBRARY_PATH'] = determine_cmake_library_path self['ACLOCAL_PATH'] = determine_aclocal_path self['M4'] = MacOS.locate("m4") if deps.include? "autoconf" - self['PYTHONDONTWRITEBYTECODE'] = "1" if ARGV.build_bottle? # The HOMEBREW_CCCFG ENV variable is used by the ENV/cc tool to control # compiler flag stripping. It consists of a string of characters which act |
