Home
last modified time | relevance | path

Searched refs:COMPILE_LIBFFI (Results 1 – 1 of 1) sorted by relevance

/external/python/cffi/
Dsetup.py128 COMPILE_LIBFFI = 'c/libffi_msvc' # from the CPython distribution variable
130 COMPILE_LIBFFI = None variable
132 if COMPILE_LIBFFI:
133 assert os.path.isdir(COMPILE_LIBFFI), "directory not found!"
134 include_dirs[:] = [COMPILE_LIBFFI]
136 _filenames = [filename.lower() for filename in os.listdir(COMPILE_LIBFFI)]
144 extra_link_args.append(os.path.join(COMPILE_LIBFFI, 'win64.obj'))
145 sources.extend(os.path.join(COMPILE_LIBFFI, filename)