Home | History | Annotate | Download | only in distutils

Lines Matching refs:platform

2 configuration variables available depend heavily on the platform and
70 non-platform-specific header files, i.e. Python.h and so on;
71 otherwise, this is the path to platform-specific header files
103 "on platform '%s'" % os.name)
111 platform-specific modules, i.e. any module from a non-pure-Python
112 module distribution; otherwise, return the platform-shared library
149 "on platform '%s'" % os.name)
154 """Do any platform-specific customization of a CCompiler instance.
170 if sys.platform == "darwin":
453 variables relevant for the current platform. Generally this includes
477 if sys.platform == 'darwin':