From: Mikko Rasa Date: Mon, 2 Jan 2023 22:49:06 +0000 (+0200) Subject: Add shell32 to libraries on Windows X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=418d0b18998fbd982bed87b05ff1247b4dd758dd;hp=9c2bb20163b1dc5b17c46086a744ec117433248c;p=builder.git Add shell32 to libraries on Windows It's needed for SHGetKnownFolderPath --- diff --git a/Build b/Build index 9f94ecb..3723859 100644 --- a/Build +++ b/Build @@ -22,6 +22,7 @@ package "builder" { library "ole32"; library "advapi32"; + library "shell32"; }; }; install true;