Searched refs:hostOsName (Results 1 – 1 of 1) sorted by relevance
90 self.hostOsName = NDKEnv.detectHostOsName(self.path)128 def isHostOsSupported (hostOsName): argument131 hostOsParts = hostOsName.split('-')194 if not NDKEnv.isHostOsSupported(self.env.ndk.hostOsName):195 raise Exception("NDK '%s' is not supported on this machine" % self.env.ndk.hostOsName)