Skip to content

Commit 612a469

Browse files
committed
Fix Windows build
- use TINYCBOR_HEADERS in Makefile.nmake instead of using src
1 parent b60f787 commit 612a469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.nmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ tag:
4343
@perl maketag.pl
4444

4545
{src\}.c{src\}.obj:
46-
$(CC) -nologo $(CFLAGS) -Isrc -DTINYCBOR_VERSION_SUFFIX="" -c -Fo$@ $<
46+
$(CC) -nologo $(CFLAGS) -I$(TINYCBOR_HEADERS) -DTINYCBOR_VERSION_SUFFIX="" -c -Fo$@ $<
4747

0 commit comments

Comments
 (0)