Lines Matching defs:platform
175 commands for the specific platform are executed.
241 import platform
361 # By default the target platform is the host platform.
362 target_platform = platform.system().lower()
439 if platform.system() == 'Linux' or platform.system() == 'Darwin':
442 if platform.system() == 'Windows':
503 # Use the CMake -A option to select the platform architecture
505 if platform.system() == 'Windows' and self._args.generator != "Ninja":
748 # If the repo has a platform whitelist, skip the repo
749 # unless we are building on a whitelisted platform.