mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-06 03:29:40 -06:00
Fix compilation errors for OSX.
This commit is contained in:
@@ -225,7 +225,7 @@ std::vector<DownloadManager::FileFuture*> DownloadManager::downloadRequestFiles(
|
||||
++nFiles;
|
||||
#ifdef __APPLE__
|
||||
// @TODO: Fix this so that the ifdef is not necessary anymore ---abock
|
||||
std::string file = ghoul::filesystem::File(line, true).filename();
|
||||
std::string file = ghoul::filesystem::File(line, ghoul::filesystem::File::RawPath::Yes).filename();
|
||||
#else
|
||||
std::string file = ghoul::filesystem::File(line).filename();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user