--- Makefile.orig       2019-10-21 19:12:09 UTC
+++ Makefile
@@ -14,7 +14,7 @@ bindir      ?= $(exec_prefix)/bin
 
 override CXXFLAGS += -std=c++17 -Wall -fexceptions
 override LDFLAGS  += -pthread
-override LDLIBS   += -lstdc++fs
+#override LDLIBS   += -lstdc++fs
 
 all: $(PROGNAME)
 
