Scripts/Command: build fix for horrible outdated boost version used by travis

(cherry picked from commit 68dde9f8c5467c5983078b190e58105f99dad75c)
This commit is contained in:
ariel-
2021-08-23 19:18:49 +02:00
committed by Shauren
parent 9c54e210b1
commit 9f0204b357
+1 -1
View File
@@ -201,7 +201,7 @@ public:
for (std::string const& subDir : subDirs)
{
boost::filesystem::path mapPath(dataDir);
mapPath.append(subDir);
mapPath /= subDir;
if (!boost::filesystem::exists(mapPath))
{