Home
last modified time | relevance | path

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

/dports/audio/py-pyaudio/PyAudio-0.2.11/
H A Dsetup.py56 mac_sysroot_path = os.environ.get("SYSROOT_PATH", None) variable
74 if mac_sysroot_path:
75 extra_compile_args += ["-isysroot", mac_sysroot_path]
76 extra_link_args += ["-isysroot", mac_sysroot_path]