diff options
| author | Tom Smeding <tom.smeding@gmail.com> | 2020-04-13 10:16:56 +0200 |
|---|---|---|
| committer | Tom Smeding <tom.smeding@gmail.com> | 2020-04-13 10:16:56 +0200 |
| commit | 9495179d8f9c26937d899244d4763fdff0a1d9bb (patch) | |
| tree | d295ba94f46a8924ef6d03758bd66d481a9e6b7f | |
| parent | dccf7bf421ca62ec8f1c470be4aa72d60dd7201d (diff) | |
| -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> |
