mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Disabled shared libaries in libmaxsi by default.
This commit is contained in:
parent
145da20c04
commit
7cd5363af8
1 changed files with 4 additions and 0 deletions
|
@ -93,6 +93,10 @@ sortix-sound.h \
|
||||||
OBJS:=$(LIBMAXSIOBJS)
|
OBJS:=$(LIBMAXSIOBJS)
|
||||||
BINS:=
|
BINS:=
|
||||||
|
|
||||||
|
ifndef LIBMAXSI_SHARED
|
||||||
|
LIBMAXSI_NO_SHARED=1
|
||||||
|
endif
|
||||||
|
|
||||||
ifndef LIBMAXSI_NO_SHARED
|
ifndef LIBMAXSI_NO_SHARED
|
||||||
BINS:=$(BINS) libmaxsi.so
|
BINS:=$(BINS) libmaxsi.so
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue