mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-04 01:01:00 -04:00
fix android build
This commit is contained in:
parent
8f3f4d7a05
commit
71c585f80d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue