Skip to content
Draft
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions nvdaHelper/localWin10/sconscript
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ localWin10Lib = env.SharedLibrary(
env["projectResFile"],
"oneCoreSpeech.cpp",
"uwpOcr.cpp",
"wgcCapture.cpp",
],
LIBS=[
"WindowsApp",
"d3d11",
"dxgi",
# Ignoring Flake8 F821: 'undefined name' due to nonstandard SCons import
localLib[2],
], # noqa: F821
Expand Down
Loading
Loading