mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Produce a versioned so on FreeBSD
This commit is contained in:
parent
30b575debe
commit
f48312fad3
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ PLATFORM=macosx
|
|||
else
|
||||
ifeq ($(shell uname),FreeBSD)
|
||||
PLATFORM=bsd
|
||||
LIBCHIBI_FLAGS = -Wl,-soname,libchibi-scheme$(SO).$(SOVERSION_MAJOR)
|
||||
else
|
||||
ifeq ($(shell uname),NetBSD)
|
||||
PLATFORM=bsd
|
||||
|
|
Loading…
Add table
Reference in a new issue