summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlibclc/configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libclc/configure.py b/libclc/configure.py
index 37ac4c2b786..9ad55265a4a 100755
--- a/libclc/configure.py
+++ b/libclc/configure.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/python
def c_compiler_rule(b, name, description, compiler, flags):
command = "%s -MMD -MF $out.d %s -c -o $out $in" % (compiler, flags)
OpenPOWER on IntegriCloud