Skip to content

Commit

Permalink
more library locations
Browse files Browse the repository at this point in the history
  • Loading branch information
garlic0x1 committed Jul 4, 2024
1 parent 842e384 commit effdc42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webui.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@
:webui-interface-get-size-at))
(in-package :webui)

(use-foreign-library "webui-2.so")
(define-foreign-library libwebui
(:unix (:or "webui-2.so" "libwebui.so")))

(use-foreign-library libwebui)

(defctype size-t :unsigned-int)

Expand Down

0 comments on commit effdc42

Please sign in to comment.