Fixing more stuff
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ int main()
|
||||
#elif __APPLE__
|
||||
std::filesystem::path outputPath = "/Users/dynamitos/TrackClearGame";
|
||||
std::filesystem::path sourcePath= "/Users/dynamitos/TrackClear";
|
||||
std::filesystem::path binaryPath = sourcePath / "cmake" / "libTrackClear.dynlib";
|
||||
std::filesystem::path binaryPath = sourcePath / "cmake" / "libTrackClear.dylib";
|
||||
#else
|
||||
std::filesystem::path outputPath = "/home/dynamitos/TrackClearGame";
|
||||
std::filesystem::path sourcePath= "/home/dynamitos/TrackClear";
|
||||
|
||||
Reference in New Issue
Block a user