garlic0x1 / cl-webui

webui bindings for Common Lisp
9 stars 0 forks source link

Allow configurable shared lib location #2

Closed fosskers closed 2 months ago

fosskers commented 2 months ago

Arch Linux has a webui package in the AUR, but it installs its .so to:

/usr/lib/libwebui.so

which is not what this wrapper looks for. It would be convenient if this could somehow be configured.

garlic0x1 commented 2 months ago

@fosskers This should work, assuming libwebui.so and webui-2.so are the same. https://github.com/garlic0x1/cl-webui/commit/effdc424a6fb9eb9a122b628af1e41ead2874855

fosskers commented 2 months ago

This seems to work, as least as far as linking is concerned. Thank you!