|
|
1.1 afresh1 1: Index: src/openscad.cc
2: --- src/openscad.cc.orig
3: +++ src/openscad.cc
4: @@ -812,7 +812,7 @@ int main(int argc, char **argv)
5: PlatformUtils::ensureStdIO();
6: #endif
7:
8: -#ifndef __EMSCRIPTEN__
9: +#if 0
10: const auto applicationPath =
11: weakly_canonical(boost::dll::program_location()).parent_path().generic_string();
12: #else