From 6e3dd7cabc209ab208b529d408e64be260bf8bb6 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Thu, 11 Jan 2018 16:31:25 -1000 Subject: [PATCH] Windows compile fix --- hecl/driver/ToolPackage.hpp | 4 ++-- hecl/extern/boo | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hecl/driver/ToolPackage.hpp b/hecl/driver/ToolPackage.hpp index 20001675a..1de8b04c4 100644 --- a/hecl/driver/ToolPackage.hpp +++ b/hecl/driver/ToolPackage.hpp @@ -53,13 +53,13 @@ class ToolPackage final : public ToolBase CheckFile(childPath); } - /* Directory with 2 components not "Shared" or macOS app buundle + /* Directory with 2 components not "Shared" or macOS app bundle * and no nested !world.blend files == General PAK */ if (checkGeneral && origSize == m_selectedItems.size()) { auto pathComps = path.getPathComponents(); if (pathComps.size() == 2 && pathComps[0] != _S("out") && - pathComps[1] != _S("Shared") && pathComps[0].find(".app") == hecl::SystemString::npos) + pathComps[1] != _S("Shared") && pathComps[0].find(_S(".app")) == hecl::SystemString::npos) AddSelectedItem(path); } } diff --git a/hecl/extern/boo b/hecl/extern/boo index cbfd4ddad..68de1b504 160000 --- a/hecl/extern/boo +++ b/hecl/extern/boo @@ -1 +1 @@ -Subproject commit cbfd4ddad01181cd128a12fbfca751c3484f4384 +Subproject commit 68de1b5041fd8ab4fca21651f78b81e4b060c787