aboutsummaryrefslogtreecommitdiff
path: root/libbutl/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-19 18:04:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-19 18:04:05 +0200
commit89f52a1fc70f39855483fce29834389e169860b3 (patch)
tree97092dbeade260a9da885a66ec91a57737a4a652 /libbutl/buildfile
parent372525c4974078cd06c92b7412a3978811271de8 (diff)
Rework MSYS2 BLODA workaround
Diffstat (limited to 'libbutl/buildfile')
-rw-r--r--libbutl/buildfile4
1 files changed, 2 insertions, 2 deletions
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