Browse Source

Soname should be provided

pull/10/head
David Lanzendörfer 4 years ago
parent
commit
fafeb2281f
  1. 2
      Makefile.conf

2
Makefile.conf

@ -13,7 +13,7 @@ SO_CFLAGS = -W "l,xplink,dll" -W "c,float(ieee),xplink,dll,exportall"
CPPFLAGS += -W "l,xplink,dll" -W "c,float(ieee),xplink,dll,exportall"
else ifeq ($(BUILD_ON),Linux)
TARGETS=libpEpAdapter.a libpEpAdapter.so
SO_CFLAGS = -shared
SO_CFLAGS = -shared -Wl,-soname,libpEpAdapter.so.1
else
TARGETS=libpEpAdapter.a
endif

Loading…
Cancel
Save