Skip to content

Commit

Permalink
🚨 Fix Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Feb 5, 2025
1 parent 9ad9769 commit 18d338c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Task_CheckForLongPathsEnabled.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "Cool/EnableLongPaths/EnableLongPaths.hpp"
#include "Cool/Task/TaskManager.hpp"

#if defined(_WIN32)
void Task_CheckForLongPathsEnabled::execute()
{
if (Cool::has_long_paths_enabled())
Expand All @@ -26,4 +27,5 @@ void Task_CheckForLongPathsEnabled::execute()
});
}
Cool::task_manager().submit(after(1s), std::make_shared<Task_CheckForLongPathsEnabled>(_notification_id));
}
}
#endif

0 comments on commit 18d338c

Please sign in to comment.