We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47914e0 commit 15dfacfCopy full SHA for 15dfacf
Makefile
@@ -35,9 +35,11 @@ CBORDUMP_SOURCES = tools/cbordump/cbordump.c
35
36
INSTALL_TARGETS += $(bindir)/cbordump
37
INSTALL_TARGETS += $(libdir)/libtinycbor.a
38
+ifneq ($(shell uname -s), Linux)
39
INSTALL_TARGETS += $(libdir)/libtinycbor.so
40
INSTALL_TARGETS += $(libdir)/libtinycbor.so.0
41
INSTALL_TARGETS += $(libdir)/libtinycbor.so.$(VERSION)
42
+endif
43
INSTALL_TARGETS += $(pkgconfigdir)/tinycbor.pc
44
INSTALL_TARGETS += $(TINYCBOR_HEADERS:src/%=$(includedir)/tinycbor/%)
45
0 commit comments