mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 04:30:09 -05:00
MacOS build fixes (#2622)
Co-authored-by: Alexander Bock <alexander.bock@liu.se> Co-authored-by: Joakim Kilby <jockekilby@gmail.com>
This commit is contained in:
@@ -46,7 +46,7 @@ namespace {
|
||||
constexpr std::string_view SubprocessPath = "OpenSpace_Helper.exe";
|
||||
#elif defined(__APPLE__)
|
||||
constexpr std::string_view SubprocessPath =
|
||||
"../Frameworks/OpenSpace Helper.app/Contents/MacOS/OpenSpace_Helper";
|
||||
"../Frameworks/OpenSpace Helper.app/Contents/MacOS/OpenSpace Helper";
|
||||
#else
|
||||
constexpr std::string_view SubprocessPath = "OpenSpace_Helper";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user