sys: More Linux and macOS build fixes
This commit is contained in:
parent
3b7a928313
commit
6a517feda3
@ -232,7 +232,7 @@ namespace hex::fs {
|
||||
dir = dir / "imhex";
|
||||
|
||||
if (!exePath.empty())
|
||||
dataDirs.emplace(dataDirs.begin(), fs::path(exePath.data()).parent_path());
|
||||
dataDirs.emplace(dataDirs.begin(), std::fs::path(exePath.data()).parent_path());
|
||||
|
||||
switch (path) {
|
||||
case ImHexPath::Patterns:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#if defined(OS_MACOS)
|
||||
#include <hex/helpers/paths_mac.h>
|
||||
#include <hex/helpers/fs_macos.h>
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user