enable compiling of shared lib without osdi interface

This commit is contained in:
Holger Vogt 2023-01-30 16:52:14 +01:00
parent 5d4b5232ce
commit 3598a0d0c1
1 changed files with 3 additions and 2 deletions

View File

@ -593,8 +593,9 @@ libngspice_la_LIBADD += \
ciderlib/support/libcidersuprt.la
endif
libngspice_la_LIBADD += osdi/libosdi.la
if OSDI_WANTED
libngspice_la_LIBADD += osdi/libosdi.la
endif
libngspice_la_LIBADD += \
maths/deriv/libderiv.la \