eclipse-4diac / 4diac-fbe

Eclipse Public License 2.0
3 stars 5 forks source link

add better dynamic linking bundling workaround #11

Closed jwalt closed 3 months ago

jwalt commented 4 months ago

The bundling method requires starting forte with the bundle directory as the current working directory. This was a long-standing restriction in the dynamically linked bundles. This change will patch main.cpp on-the-fly if dynamic linking is used to change the current working directory back to the original one (provided by the wrapper script).