From e80bd72182be2db282150e1522ed6d30e151c5c7 Mon Sep 17 00:00:00 2001 From: kr3nshaw <20672068+kr3nshaw@users.noreply.github.com> Date: Mon, 8 Jun 2020 03:44:31 +1000 Subject: Changed GCC 9 back to GCC 8 and added fs flag --- tools/knarc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/knarc/Makefile b/tools/knarc/Makefile index a466912c..db803d8b 100644 --- a/tools/knarc/Makefile +++ b/tools/knarc/Makefile @@ -1,7 +1,7 @@ all: knarc knarc: Source.cpp Narc.cpp - g++ -std=c++17 -o knarc Source.cpp Narc.cpp + g++ -std=c++17 -lstdc++fs -o knarc Source.cpp Narc.cpp clean: rm knarc -- cgit v1.2.3