mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
This patch removes the 'soname' link option for building the host library for the 'lx_hybrid_ctors' test. Without this option, the library's absolute path at build time gets hardcoded into the application, which should be okay for this simple test case. Fixes #638.