From 9495179d8f9c26937d899244d4763fdff0a1d9bb Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 13 Apr 2020 10:16:56 +0200 Subject: Fix typo in comment --- window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/window.h b/window.h index 5d67a9a..20cb581 100644 --- a/window.h +++ b/window.h @@ -4,7 +4,7 @@ // // This header-only library uses SDL; therefore, on a Linux system, you need to // add something to the effect of the following to your build system: -// CFLAGS += $(shell pkg-config --cflags sdl2) +// CXXFLAGS += $(shell pkg-config --cflags sdl2) // LDFLAGS += $(shell pkg-config --libs sdl2) #include -- cgit v1.2.3