Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Dec 1, 2016
1 parent bc3cf9f commit 866b7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG_CPPFLAGS= -Icmark -I.

# Hack to add a windows-only flag
PKG_CFLAGS= $(subst 64,-Wno-pointer-to-int-cast,$(subst 32,64,$(WIN)))
# Supporess warning on win64
PKG_CFLAGS= $(subst 64,-Wno-pointer-to-int-cast,$(subst 32,,$(WIN)))

LIBCMARK= cmark/cmark.o cmark/node.o cmark/iterator.o cmark/blocks.o cmark/inlines.o \
cmark/scanners.o cmark/utf8.o cmark/buffer.o cmark/references.o cmark/render.o \
Expand Down

0 comments on commit 866b7a4

Please sign in to comment.