mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
libBoo update and windows fixes
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
{
|
||||
if (arg.empty())
|
||||
continue;
|
||||
else if (!arg.compare("--fast"))
|
||||
else if (!arg.compare(_S("--fast")))
|
||||
{
|
||||
m_fast = true;
|
||||
continue;
|
||||
|
||||
2
hecl/extern/libBoo
vendored
2
hecl/extern/libBoo
vendored
Submodule hecl/extern/libBoo updated: df72fca65d...6d3b8d3198
@@ -382,7 +382,7 @@ static void VisitFile(const ProjectPath& path, bool force, bool fast,
|
||||
{
|
||||
ProjectPath cooked = path.getCookedPath(*spec.first);
|
||||
if (fast)
|
||||
cooked = cooked.getWithExtension(".fast");
|
||||
cooked = cooked.getWithExtension(_S(".fast"));
|
||||
if (force || cooked.getPathType() == ProjectPath::PT_NONE ||
|
||||
path.getModtime() > cooked.getModtime())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user