1
0
mirror of https://github.com/janet-lang/janet synced 2025-06-20 15:34:13 +00:00

Update SONAME in Makefile.

This commit is contained in:
Calvin Rose 2022-04-01 21:41:07 -05:00
parent 5811b47aad
commit f05e5f908e

View File

@ -165,7 +165,7 @@ build/c/janet.c: build/janet_boot src/boot/boot.janet
##### Amalgamation ##### ##### Amalgamation #####
######################## ########################
SONAME=libjanet.so.1.20 SONAME=libjanet.so.1.21
build/c/shell.c: src/mainclient/shell.c build/c/shell.c: src/mainclient/shell.c
cp $< $@ cp $< $@