Skip to content
Snippets Groups Projects
Commit 86f02c34 authored by Ivan Razumov's avatar Ivan Razumov
Browse files

Attempt to fix patch

parent 4f7258a1
No related branches found
No related tags found
1 merge request!179[SPI-1303] Build QtWebEngine
Pipeline #846470 passed
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
+ //please note ".$unique_name" is not used at the moment + //please note ".$unique_name" is not used at the moment
+ int pos = 0; + int pos = 0;
+ std::string delimiter("_"); + std::string delimiter("_");
+ while (rspfile.length() > 251 && (pos = rspfile.find_last_of(delimiter)) != std::string::npos) + while (rspfile.length() > 250 && (pos = rspfile.find_last_of(delimiter)) != std::string::npos)
+ rspfile = rspfile.substr(0,pos); + rspfile = rspfile.substr(0,pos);
+ +
if (!target_->sources().empty()) if (!target_->sources().empty())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment