Claryfing comment
This commit is contained in:
parent
7fc0599946
commit
f86d664788
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user