mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Merge pull request #710 from gahr/freebsd-versioned-so
Produce a versioned so on FreeBSD
This commit is contained in:
commit
b6186d1272
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