From d6f22d55c58d9f7f2f75fc55327a7b2b027d34f9 Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 1 Nov 2017 06:53:34 -0700 Subject: [PATCH] add g++ to required debs --- xwords4/relay/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/relay/Makefile b/xwords4/relay/Makefile index af2bbae6f..1a16ac593 100644 --- a/xwords4/relay/Makefile +++ b/xwords4/relay/Makefile @@ -70,7 +70,7 @@ endif memdebug all: xwrelay rq -REQUIRED_DEBS = libpq-dev \ +REQUIRED_DEBS = libpq-dev g++ \ .PHONY: debcheck debs_install