Claryfing comment

This commit is contained in:
Love 2024-09-06 14:31:13 +02:00
parent 7fc0599946
commit f86d664788

View File

@ -20,6 +20,8 @@ int main(int argc, char *argv[]) {
string filename = "tsp10.txt"; string filename = "tsp10.txt";
#ifdef __APPLE__ #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, "../../../"); filename.insert(0, "../../../");
#endif #endif