X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/d4f4418a3709df05aae88e08f6e56b0bf60b7a4f..34abe734976bd58ceee345f5f6d1ad1a914acfc3:/rsvg/rsvg.lisp diff --git a/rsvg/rsvg.lisp b/rsvg/rsvg.lisp index 466e9e5..4093c0c 100644 --- a/rsvg/rsvg.lisp +++ b/rsvg/rsvg.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: rsvg.lisp,v 1.4 2006-02-13 20:10:48 espen Exp $ +;; $Id: rsvg.lisp,v 1.5 2006-08-30 11:08:13 espen Exp $ (in-package "RSVG") @@ -28,7 +28,7 @@ (eval-when (:compile-toplevel :load-toplevel :execute) (init-types-in-library #.(concatenate 'string (pkg-config:pkg-variable "librsvg-2.0" "libdir") - "/librsvg-2.so") :prefix "rsvg_") + "/librsvg-2." asdf:*dso-extension*) :prefix "rsvg_") (define-types-by-introspection "Rsvg" ("RsvgError" :ignore t)))