Skip to content

Commit

Permalink
Bump to libucl 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed May 2, 2024
1 parent 3d0adbf commit da54812
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ endif

ifeq ($(shell uname -s),Darwin)
LIB_NAME = "libucl.dylib"
LIB_NAME_VERSION = "libucl.8.dylib"
LIB_NAME_VERSION = "libucl.7.dylib"
LIB_RELOAD = true
else
LIB_NAME = "libucl.so"
LIB_NAME_VERSION = "libucl.so.8"
LIB_NAME_VERSION = "libucl.so.7"
LIB_RELOAD = $(sudo) ldconfig
endif

Expand Down
2 changes: 1 addition & 1 deletion ext/libucl

0 comments on commit da54812

Please sign in to comment.