swi-prolog: update to 9.2.9
[oi-userland.git] / components / python / cffi / patches / 01-test-gcc.patch
blob867632287708ab1763826000365cf278463c6aee
1 --- cffi-1.17.1/testing/cffi0/test_ownlib.py.orig
2 +++ cffi-1.17.1/testing/cffi0/test_ownlib.py
3 @@ -174,7 +174,7 @@
4 unicode_name = u+'testownlib'
5 encoded = str(unicode_name)
6 subprocess.check_call(
7 - "cc testownlib.c -shared -fPIC -o '%s.so'" % (encoded,),
8 + "gcc testownlib.c -shared -fPIC -o '%s.so'" % (encoded,),
9 cwd=str(udir), shell=True)
10 cls.module = os.path.join(str(udir), unicode_name + (u+'.so'))
11 print(repr(cls.module))