Scripts/Command: build fix for horrible outdated boost version used by travis
(cherry picked from commit 68dde9f8c5467c5983078b190e58105f99dad75c)
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user