Sha256: dab8c108529c1665d8adab19f8593ee1a84eb1fc5807f433b02ee5d4cb82c22e
Contents?: true
Size: 331 Bytes
Versions: 3
Compression:
Stored size: 331 Bytes
Contents
#!/usr/bin/env bash # Copyright 2017 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. MYPATH=$(dirname "${BASH_SOURCE[0]}") source "$MYPATH/cipd_bin_setup.sh" cipd_bin_setup &> /dev/null exec "$MYPATH/.cipd_bin/mac_toolchain" "$@"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
libv8-8.4.255.0.1 | vendor/depot_tools/mac_toolchain |
libv8-8.4.255.0 | vendor/depot_tools/mac_toolchain |
libv8-7.4.288.28.0beta1 | vendor/depot_tools/mac_toolchain |