1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-01 16:13:02 +00:00

Update for 1.32.0

This commit is contained in:
Calvin Rose
2023-10-14 19:48:20 -05:00
parent e3f4142d2a
commit b5996f5f02
6 changed files with 15 additions and 14 deletions

View File

@@ -196,9 +196,9 @@ build/%.bin.o: src/%.c $(JANET_HEADERS) $(JANET_LOCAL_HEADERS) Makefile
########################
ifeq ($(UNAME), Darwin)
SONAME=libjanet.1.31.dylib
SONAME=libjanet.1.32.dylib
else
SONAME=libjanet.so.1.31
SONAME=libjanet.so.1.32
endif
build/c/shell.c: src/mainclient/shell.c