From 934d6a7f186f9e3e574ba7e2c337823497d14726 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 28 Nov 2021 13:32:28 +0100 Subject: [PATCH] pathplan: don't override library name in .def file Similarly as reported in https://gitlab.com/graphviz/graphviz/-/issues/2156, the export name override breaks the MinGW and Cygwin autotools builds. By not specifying the export name, each toolchain should use its appropriate default, which should at least work, even if it's not consistent across toolchains. Thanks @Keno. --- lib/pathplan/pathplan.def | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/pathplan/pathplan.def b/lib/pathplan/pathplan.def index ca7922e83..a116ace71 100644 --- a/lib/pathplan/pathplan.def +++ b/lib/pathplan/pathplan.def @@ -1,6 +1,3 @@ -LIBRARY "Pathplan" - - EXPORTS area2 directVis -- 2.40.0