fix android build

This commit is contained in:
Cvolton 2024-06-17 12:38:37 +02:00
parent 8f3f4d7a05
commit 71c585f80d
No known key found for this signature in database

View file

@ -52,7 +52,7 @@ bool isPathEqual(std::filesystem::path const& cocosPath, std::filesystem::path c
void CCFileUtils::updatePaths() {
// add search paths that aren't in PATHS or PACKS to PATHS
for (auto& path : m_searchPathArray) {
std::filesystem::path const cocosPath = path;
std::filesystem::path const cocosPath = std::string(path);
bool isKnown = false;
for (auto& pack : PACKS) {
for (auto& packPath : pack.m_paths) {