diff options
| author | 2022-01-26 13:12:32 +0000 | |
|---|---|---|
| committer | 2022-01-26 15:34:17 +0000 | |
| commit | ec46f6acda16b48a2d5620505e849f4e79de80d7 (patch) | |
| tree | 3990d96570371d294b14d110d7baaa2020773fc3 /make | |
| parent | Slim the included headers down more. (diff) | |
Replace consolecolors with a vendored library.
This library supports much more than consolecolors including the
Windows 8 console API.
Diffstat (limited to 'make')
| -rw-r--r-- | make/template/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/template/main.mk b/make/template/main.mk index 4319704f5..d3e0791fc 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -45,7 +45,7 @@ SYSTEM = @SYSTEM_NAME@ SOURCEPATH = @SOURCE_DIR@ BUILDPATH ?= $(SOURCEPATH)/build/@COMPILER_NAME@-@COMPILER_VERSION@ SOCKETENGINE = @SOCKETENGINE@ -CORECXXFLAGS = -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -pipe -I"$(SOURCEPATH)/include" -Wall -Wextra -Wfatal-errors -Wformat=2 -Wmissing-format-attribute -Woverloaded-virtual -Wpedantic -Wno-format-nonliteral -Wno-unused-parameter +CORECXXFLAGS = -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -pipe -I"$(SOURCEPATH)/include" -I"$(SOURCEPATH)/vendor" -Wall -Wextra -Wfatal-errors -Wformat=2 -Wmissing-format-attribute -Woverloaded-virtual -Wpedantic -Wno-format-nonliteral -Wno-unused-parameter LDLIBS = @COMPILER_EXTRA_LDLIBS@ CORELDFLAGS = -fPIE -L. PICLDFLAGS = -fPIC -shared |
