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

Version Path
libv8-3.11.8.3 vendor/v8/build/gyp/test/toolsets/toolsets.cc
libv8-3.11.8.1 vendor/v8/build/gyp/test/toolsets/toolsets.cc
libv8-3.11.8.0 vendor/v8/build/gyp/test/toolsets/toolsets.cc
libv8-3.10.8.0 vendor/v8/build/gyp/test/toolsets/toolsets.cc