diff --git a/apps/openmw/main.cpp b/apps/openmw/main.cpp index e73dac113c..1c0d3b8a8d 100644 --- a/apps/openmw/main.cpp +++ b/apps/openmw/main.cpp @@ -208,7 +208,7 @@ namespace int runApplication(int argc, char *argv[]) { #ifdef __APPLE__ - std::filesystem::path binary_path = std::filesystem::system_complete(std::filesystem::path(argv[0])); + std::filesystem::path binary_path = std::filesystem::absolute(std::filesystem::path(argv[0])); std::filesystem::current_path(binary_path.parent_path()); setenv("OSG_GL_TEXTURE_STORAGE", "OFF", 0); #endif