raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=768bb43ed3be2dd3fce9c5fe42ad7b5d0b477c90

commit 768bb43ed3be2dd3fce9c5fe42ad7b5d0b477c90
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Jun 4 02:13:16 2019 +0200

    elm - tests - generator - be python2 explicit so we build on freebsd
    
    no python bonary there (no symplink) but need to be explicit about
    python2 or 3 - so do so and we now build on freebsd...
---
 src/tests/elementary/spec/generator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/elementary/spec/generator.py 
b/src/tests/elementary/spec/generator.py
index c11ab21fdd..db6b99b2e3 100755
--- a/src/tests/elementary/spec/generator.py
+++ b/src/tests/elementary/spec/generator.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 fixture_gen_template = """
 static void

-- 


Reply via email to