diff options
author | Your Name <you@example.com> | 2022-02-22 12:54:38 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2022-02-22 12:54:38 -0500 |
commit | 0054b0d1dcf1a2d2950cc297b9c595a793827f7a (patch) | |
tree | 0c743bcdc1e3fce50b0ca106adf6753cfabe831a /src/lib/Makefile | |
parent | 2224cc3a999db3e582cfc140ec176818d3a50c68 (diff) | |
download | libbible-0054b0d1dcf1a2d2950cc297b9c595a793827f7a.tar.gz libbible-0054b0d1dcf1a2d2950cc297b9c595a793827f7a.tar.bz2 libbible-0054b0d1dcf1a2d2950cc297b9c595a793827f7a.zip |
Added a unit test for language name mapping
Diffstat (limited to 'src/lib/Makefile')
-rw-r--r-- | src/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Makefile b/src/lib/Makefile index 6b3b506..8084d3f 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -1,5 +1,5 @@ LIBS = sword minizip -override CXXFLAGS += -MMD -Wall -fPIC -std=c++20 `pkg-config $(LIBS) --cflags` +override CXXFLAGS += -fPIC `pkg-config $(LIBS) --cflags` override LDFLAGS += -lstdc++fs `pkg-config $(LIBS) --libs` SOURCES = $(wildcard *.cc) OBJECTS = $(SOURCES:.cc=.o) |