[libclc] 118/291: Revert "Enforce python2 for systems that use python3 as their default."
    Andreas Beckmann 
    anbe at moszumanska.debian.org
       
    Tue Sep  8 10:53:40 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch master
in repository libclc.
commit 7376e31cba28a93f2d3b66e85862629ef24e09bf
Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Wed Feb 12 14:54:17 2014 +0000
    Revert "Enforce python2 for systems that use python3 as their default."
    
    This reverts commit r200413.
    
    This was breaking the build on systems where the python 2.x executable
    was called python.
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@201239 91177308-0d34-0410-b5e6-96231b3b80d8
---
 configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.py b/configure.py
index 37ac4c2..9ad5526 100755
--- a/configure.py
+++ b/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)
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git
    
    
More information about the Pkg-opencl-commits
mailing list