From 875b086391c824db13ebfb86303105ba18c462a9 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 8 Jun 2017 09:21:44 +0200 Subject: [PATCH] Don't try to link with g++. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3cd53b2..1cc866d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ CXXFLAGS=-std=gnu++11 -O2 -g -Wall LDLIBS=-lmtbl -lfarmhash -lprotobuf PROTOC=protoc +CC=g++ all: binloader binlookup binmerger -- 2.39.2