Skip to content

Commit

Permalink
Renamed C++ output library file, avoiding conflict with C library if …
Browse files Browse the repository at this point in the history
…both get installed system-wide.
  • Loading branch information
nayuki committed Aug 1, 2021
1 parent 1197282 commit 5300e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ CXXFLAGS += -std=c++11 -O

# ---- Targets to build ----

LIB = qrcodegen
LIB = qrcodegencpp
LIBFILE = lib$(LIB).a
LIBOBJ = qrcodegen.o
MAINS = QrCodeGeneratorDemo
Expand Down

0 comments on commit 5300e40

Please sign in to comment.