from conda_build.conda_interface import root_dir @@ -55,7 +54,7 @@ def find_executable(executable, prefix=None, all_matches=False): result = path break if not result and any([f in executable for f in ("*", "?", ".")]): matches = glob(os.path.join(dir_path, executable)) ...