diff options
| -rwxr-xr-x | libclc/configure.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libclc/configure.py b/libclc/configure.py index c3f757622a8..8a493978b27 100755 --- a/libclc/configure.py +++ b/libclc/configure.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2  def c_compiler_rule(b, name, description, compiler, flags):    command = "%s -MMD -MF $out.d %s -c -o $out $in" % (compiler, flags)  | 

