Watcom: Fix double-quote to be single-quote in response files for wlink

Response files contained double-quote for any response file, but response files for wlink must contains single-quote. This is fix for libraries list response file. Problem for object file list was fixed by MR
!8115
This commit is contained in:
Jiri Malak
2023-01-25 14:42:20 +01:00
parent ed09c0aecd
commit a6bdf54a5e
3 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -821,7 +821,7 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules(
if (useArchiveRules) {
// Construct the individual object list strings.
std::vector<std::string> object_strings;
this->WriteObjectsStrings(object_strings, archiveCommandLimit);
this->WriteObjectsStrings(object_strings, false, archiveCommandLimit);
// Add the cuda device object to the list of archive files. This will
// only occur on archives which have CUDA_RESOLVE_DEVICE_SYMBOLS enabled