summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-04-13 10:16:56 +0200
committerTom Smeding <tom.smeding@gmail.com>2020-04-13 10:16:56 +0200
commit9495179d8f9c26937d899244d4763fdff0a1d9bb (patch)
treed295ba94f46a8924ef6d03758bd66d481a9e6b7f
parentdccf7bf421ca62ec8f1c470be4aa72d60dd7201d (diff)
Fix typo in commentHEADmaster
-rw-r--r--window.h2
1 files changed, 1 insertions, 1 deletions
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 <string>