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:
Micah Acinapura
2023-05-12 03:35:59 -04:00
committed by GitHub
parent 006aefdff0
commit 4731e8e0a8
14 changed files with 48 additions and 19 deletions
+1 -1
View File
@@ -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