]> git.tdb.fi Git - builder.git/commitdiff
Add shell32 to libraries on Windows
authorMikko Rasa <tdb@tdb.fi>
Mon, 2 Jan 2023 22:49:06 +0000 (00:49 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 2 Jan 2023 22:51:47 +0000 (00:51 +0200)
It's needed for SHGetKnownFolderPath

Build

diff --git a/Build b/Build
index 9f94ecbdea9593353fd48273e1420998518de13d..37238596691a28ae4efd05d9c1c4ef6cd08f0b7e 100644 (file)
--- a/Build
+++ b/Build
@@ -22,6 +22,7 @@ package "builder"
                        {
                                library "ole32";
                                library "advapi32";
+                               library "shell32";
                        };
                };
                install true;