Skip to content

Commit

Permalink
Add alternative dll for libgobject
Browse files Browse the repository at this point in the history
  • Loading branch information
olnw committed Feb 25, 2024
1 parent 83beec4 commit 1873817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(cffi:define-foreign-library gobject
(:darwin "libgobject-2.0.dylib")
(:unix (:or "libgobject-2.0.so.0" "libgobject-2.0.so"))
(:windows "libgobject-2.0-0.dll")
(:windows (:or "libgobject-2.0-0.dll" "gobject-2.0-0.dll"))
(t "libgobject-2.0"))
(cffi:define-foreign-library girepository
(:darwin "libgirepository-1.0.dylib")
Expand Down

0 comments on commit 1873817

Please sign in to comment.