Claryfing comment

This commit is contained in:
Love 2024-09-06 14:31:13 +02:00
parent b8325bb573
commit 96e15d1ff7

View File

@ -20,6 +20,8 @@ int main(int argc, char *argv[]) {
string filename = "tsp10.txt";
#ifdef __APPLE__
// On macOS the resources are copeied to build/<release-target>/
// whilst, the running binary is under build/<release-target>/TSP.app/Contents/MacOS/
filename.insert(0, "../../../");
#endif