Merge pull request #10921 from carlocab/brewed-m4
extend/ENV/super: remove M4
This commit is contained in:
commit
9308a2515b
@ -74,7 +74,6 @@ module Superenv
|
|||||||
self["CMAKE_INCLUDE_PATH"] = determine_cmake_include_path
|
self["CMAKE_INCLUDE_PATH"] = determine_cmake_include_path
|
||||||
self["CMAKE_LIBRARY_PATH"] = determine_cmake_library_path
|
self["CMAKE_LIBRARY_PATH"] = determine_cmake_library_path
|
||||||
self["ACLOCAL_PATH"] = determine_aclocal_path
|
self["ACLOCAL_PATH"] = determine_aclocal_path
|
||||||
self["M4"] = DevelopmentTools.locate("m4") if deps.any? { |d| d.name == "autoconf" }
|
|
||||||
self["HOMEBREW_ISYSTEM_PATHS"] = determine_isystem_paths
|
self["HOMEBREW_ISYSTEM_PATHS"] = determine_isystem_paths
|
||||||
self["HOMEBREW_INCLUDE_PATHS"] = determine_include_paths
|
self["HOMEBREW_INCLUDE_PATHS"] = determine_include_paths
|
||||||
self["HOMEBREW_LIBRARY_PATHS"] = determine_library_paths
|
self["HOMEBREW_LIBRARY_PATHS"] = determine_library_paths
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user