Sha256: d71ed63b42f8faecf3e5322cf3cd67235561df08a9e207ec0ff6663f1f2aea0b
Contents?: true
Size: 255 Bytes
Versions: 44
Compression:
Stored size: 255 Bytes
Contents
/* Copyright (c) 2009 Google Inc. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ const char *GetToolset() { #ifdef TARGET return "Target"; #else return "Host"; #endif }
Version data entries
44 entries across 44 versions & 7 rubygems