|
|
@ -208,7 +208,8 @@ def search_compiler():
|
|
|
|
for filepath in os.listdir(pathdir):
|
|
|
|
for filepath in os.listdir(pathdir):
|
|
|
|
if not filepath.endswith(gcc):
|
|
|
|
if not filepath.endswith(gcc):
|
|
|
|
continue
|
|
|
|
continue
|
|
|
|
|
|
|
|
# Use entire path to not rely on env PATH
|
|
|
|
|
|
|
|
filepath = os.path.sep.join([pathdir, filepath])
|
|
|
|
# Cache the g++ path to no search always
|
|
|
|
# Cache the g++ path to no search always
|
|
|
|
if os.path.exists(ENV_BUILD_PATH):
|
|
|
|
if os.path.exists(ENV_BUILD_PATH):
|
|
|
|
blab('Caching g++ for current env')
|
|
|
|
blab('Caching g++ for current env')
|
|
|
|