i965: Drop unnecessary I915_PARAM_HAS_EXEC_CAPTURE defines
[mesa.git] / common.py
index 704ad2e4d58db6b0fb891e23699ca9a6de9c462f..24a7e8a611df56620955ca84d468e26cddc510b0 100644 (file)
--- a/common.py
+++ b/common.py
@@ -59,7 +59,7 @@ if target_platform == 'windows' and host_platform != 'windows':
 
 
 # find default_llvm value
-if 'LLVM' in os.environ:
+if 'LLVM' in os.environ or 'LLVM_CONFIG' in os.environ:
     default_llvm = 'yes'
 else:
     default_llvm = 'no'