[packages/vcpkg] Use our CXX when building (ccache for example)
glen
glen at pld-linux.org
Sat Apr 25 09:50:51 CEST 2020
commit 932fbc37471d7d0fb561f5e253eda3da396b1a03
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Sat Apr 25 10:50:43 2020 +0300
Use our CXX when building (ccache for example)
vcpkg.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/vcpkg.spec b/vcpkg.spec
index e43455d..2c0148d 100644
--- a/vcpkg.spec
+++ b/vcpkg.spec
@@ -23,6 +23,7 @@ MacOS.
%setup -q
%build
+CXX="%{__cxx}" \
sh -x ./bootstrap-vcpkg.sh -useSystemBinaries
%if %{with tests}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vcpkg.git/commitdiff/932fbc37471d7d0fb561f5e253eda3da396b1a03
More information about the pld-cvs-commit
mailing list