Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ci/build-win32.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,11 @@ dep = declare_dependency(
harfbuzz,
# those deps are hardcoded, because parsing rustc native-static-libs, would
# be lots of code for little benefit, those libs won't really change.
# Keep in sync with library/windows_link/src/lib.rs in the rust repo.
cc.find_library('dbghelp', required: true),
cc.find_library('kernel32', required: true),
cc.find_library('ntdll', required: true),
cc.find_library('synchronization', required: true),
cc.find_library('userenv', required: true),
cc.find_library('ws2_32', required: true)
],
Expand Down
Loading