diff options
-rw-r--r-- | window.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |