1 --- cffi-1.17.1/testing/cffi0/test_ownlib.py.orig
2 +++ cffi-1.17.1/testing/cffi0/test_ownlib.py
4 unicode_name = u+'testownlib'
5 encoded = str(unicode_name)
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))