Skip to content

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
  • Loading branch information
jkitchin committed Dec 29, 2024
1 parent 97ec755 commit ab1ebdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsl-ffi.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(require 'ffi)

(define-ffi-library gsl "/usr/lib/x86_64-linux-gnu/libgsl.so.27")
(define-ffi-library gsl "/lib/x86_64-linux-gnu/libgsl.so.27")

(define-ffi-function gsl-sf-bessel-J0 "gsl_sf_bessel_J0"
:double
Expand Down

0 comments on commit ab1ebdd

Please sign in to comment.