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 80d76e7 commit c2242c5Copy full SHA for c2242c5
Makefile
@@ -186,7 +186,7 @@ tag: distcheck
186
.SECONDARY:
187
188
cflags := $(CPPFLAGS) -I$(SRCDIR)src
189
-cflags += -DTINYCBOR_VERSION=\"$(VERSION)$(DIRTYSRC)\"
+cflags += -DTINYCBOR_VERSION_SUFFIX=\"$(DIRTYSRC)\"
190
cflags += -std=c99 $(CFLAGS)
191
%.o: %.c
192
@test -d $(@D) || $(MKDIR) $(@D)
Makefile.nmake
@@ -38,5 +38,5 @@ tag:
38
@perl maketag.pl
39
40
{src\}.c{src\}.obj:
41
- $(CC) -nologo $(CFLAGS) -Isrc -DTINYCBOR_VERSION="" -c -Fo$@ $<
+ $(CC) -nologo $(CFLAGS) -Isrc -DTINYCBOR_VERSION_SUFFIX="" -c -Fo$@ $<
42
0 commit comments