=================================================================== RCS file: /cvs/mystuff-openscad/cad/openscad/patches/patch-src_openscad_cc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mystuff-openscad/cad/openscad/patches/patch-src_openscad_cc 2025/09/24 05:09:16 1.2 +++ mystuff-openscad/cad/openscad/patches/patch-src_openscad_cc 2025/10/01 02:01:59 1.3 @@ -14,7 +14,7 @@ #ifndef __EMSCRIPTEN__ const auto applicationPath = - weakly_canonical(boost::dll::program_location()).parent_path().generic_string(); -+ weakly_canonical(boost::filesystem::system_complete(argv[0])).parent_path().generic_string(); ++ boost::filesystem::system_complete(argv[0]).parent_path().generic_string(); #else const auto applicationPath = boost::dll::fs::current_path(); #endif