Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
-undefined dynamic_lookup
for linking loadable modules on MacOS
Newer version of the linker on MacOS provide a deprecation warning when using the `-undefined` flag with the `suppress` value. This is cause CI to fail to do logs not matching when building VPI modules. Switch to using the `dynamic_lookup` value for the flag instead, which resolves the warning and is the behavior we want when loading the module. Signed-off-by: Lars-Peter Clausen <[email protected]>
- Loading branch information