Claryfing comment
This commit is contained in:
parent
b8325bb573
commit
96e15d1ff7
@ -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…
x
Reference in New Issue
Block a user