Skip to content

Commit

Permalink
Fix example_null Makefile for Mingw (#2590)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Feb 22, 2021
1 parent edf135c commit 9b32f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/example_null/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ ifeq ($(findstring MINGW,$(UNAME_S)),MINGW)
ECHO_MESSAGE = "MinGW"
ifneq ($(WITH_EXTRA_WARNINGS), 0)
CXXFLAGS += -Wextra -Wpedantic
LIBS += -limm32
endif
CFLAGS = $(CXXFLAGS)
endif
Expand Down

0 comments on commit 9b32f7b

Please sign in to comment.