From 89f52a1fc70f39855483fce29834389e169860b3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 19 May 2017 18:04:05 +0200 Subject: Rework MSYS2 BLODA workaround --- libbutl/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbutl/buildfile') diff --git a/libbutl/buildfile b/libbutl/buildfile index a55311c..e860638 100644 --- a/libbutl/buildfile +++ b/libbutl/buildfile @@ -80,9 +80,9 @@ libs{butl}: cxx.export.poptions += -DLIBBUTL_SHARED if ($cxx.target.class == "windows") { if ($cxx.target.system == "mingw32") - cxx.libs += -lpsapi + cxx.libs += -limagehlp else - cxx.libs += psapi.lib + cxx.libs += imagehlp.lib } else cxx.libs += -lpthread -- cgit v1.1