From 96e15d1ff75de12ba2a7b7dba1bf4e488815a53a Mon Sep 17 00:00:00 2001 From: Love Billenius Date: Fri, 6 Sep 2024 14:31:13 +0200 Subject: [PATCH] Claryfing comment --- src/tsp.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tsp.cpp b/src/tsp.cpp index 944a678..cca9c71 100755 --- a/src/tsp.cpp +++ b/src/tsp.cpp @@ -20,6 +20,8 @@ int main(int argc, char *argv[]) { string filename = "tsp10.txt"; #ifdef __APPLE__ + // On macOS the resources are copeied to build// + // whilst, the running binary is under build//TSP.app/Contents/MacOS/ filename.insert(0, "../../../"); #endif