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