davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=1f441a18c86baedcf1b047a2978a34b3f45ad59e

commit 1f441a18c86baedcf1b047a2978a34b3f45ad59e
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Wed Nov 17 08:58:51 2021 +0100

    typo in README
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0ea3f11..93f3aec 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ sudo python setup.py install
 NOTE: due to strange cython+gcc behaviour we highly suggest to build 
python-efl using clang. If you experience issues using gcc (like memory 
exhausted or strange compile errors) just use clang in this way:
 
 ```
-cc=clang python setup.py build
+CC=clang python setup.py build
 ```
 
 ## Source repository

-- 


Reply via email to