simon-git: msvc-extract (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Thu May 6 12:56:39 BST 2021
TL;DR:
c89f113 Set CMAKE_AR to llvm-lib.
db08a97 Reword the README.
Repository: https://git.tartarus.org/simon/msvc-extract.git
On the web: https://git.tartarus.org/?p=simon/msvc-extract.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2021-05-06 12:56:39
commit c89f113d636d21343d31b08dc4f0f26b293c7906
web diff https://git.tartarus.org/?p=simon/msvc-extract.git;a=commitdiff;h=c89f113d636d21343d31b08dc4f0f26b293c7906;hp=8d6d5b3e38d010abfc053b63b2e7f35eb31c1996
Author: Simon Tatham <anakin at pobox.com>
Date: Wed May 5 10:58:50 2021 +0100
Set CMAKE_AR to llvm-lib.
I hadn't noticed this needed doing on my own system, because cmake
automatically found the llvm-lib in /usr/bin. That wasn't the one I
actually wanted it to use (in my bleeding-edge installation of
up-to-date LLVM elsewhere), but it worked well enough that I didn't
notice.
But on a system _without_ llvm-lib in /usr/bin, this actually fails
completely, because cmake looks around for any old archiver and
settles on /usr/bin/ar, which doesn't (in general) happily consume
Windows COFF objects.
msvc-extract.c | 1 +
1 file changed, 1 insertion(+)
commit db08a97964fb77bf26300d199630c10c73df8e87
web diff https://git.tartarus.org/?p=simon/msvc-extract.git;a=commitdiff;h=db08a97964fb77bf26300d199630c10c73df8e87;hp=c89f113d636d21343d31b08dc4f0f26b293c7906
Author: Simon Tatham <anakin at pobox.com>
Date: Wed May 5 11:00:14 2021 +0100
Reword the README.
Now it gives several possible command lines, so as not to look as if
it's only recommending use with one particular VS version.
README.txt | 47 ++++++++++++++++++++++++++++++-----------------
1 file changed, 30 insertions(+), 17 deletions(-)
More information about the tartarus-commits
mailing list