Home
last modified time | relevance | path

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

/external/python/cffi/
Dsetup.py20 def _ask_pkg_config(resultlist, option, result_prefix='', sysroot=False): function
111 _ask_pkg_config(include_dirs, '--cflags-only-I', '-I', sysroot=True)
112 _ask_pkg_config(extra_compile_args, '--cflags-only-other')
113 _ask_pkg_config(library_dirs, '--libs-only-L', '-L', sysroot=True)
114 _ask_pkg_config(extra_link_args, '--libs-only-other')
115 _ask_pkg_config(libraries, '--libs-only-l', '-l')