summarylogtreecommitdiffstats
path: root/00-cxx-common-0.1.1.patch
diff options
context:
space:
mode:
Diffstat (limited to '00-cxx-common-0.1.1.patch')
-rw-r--r--00-cxx-common-0.1.1.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/00-cxx-common-0.1.1.patch b/00-cxx-common-0.1.1.patch
deleted file mode 100644
index c2bad224bdae..000000000000
--- a/00-cxx-common-0.1.1.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/build_dependencies.sh b/build_dependencies.sh
-index 11b16ba..1229009 100755
---- a/build_dependencies.sh
-+++ b/build_dependencies.sh
-@@ -73,12 +73,20 @@ msg " " "$@"
- cd "${repo_dir}"
- (
- set -x
-+
-+ if type clang >/dev/null 2>&1; then
-+ export CC="${CC:-$(which clang)}"
-+ export CXX="${CXX:-$(which clang++)}"
-+ fi
-+
- # TODO: Better way to remove all unspecified packages that we're about to
- # install for specified triplet? Need this because different LLVM versions
- # conflict when installed at the same time
- rm -rf "${vcpkg_dir:?}/installed" || true
- "${vcpkg_dir}/vcpkg" install "${extra_vcpkg_args[@]}" '@overlays.txt' '@dependencies.txt' "$@"
- "${vcpkg_dir}/vcpkg" upgrade "${extra_vcpkg_args[@]}" '@overlays.txt' --no-dry-run
-+
-+ find "${vcpkg_dir}"/installed/*/tools/protobuf/ -type f -exec chmod 755 {} +
- )
- )
-