Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Tan <[email protected]>
  • Loading branch information
lalitb and ThomsonTan authored Dec 14, 2021
1 parent ee7b2c6 commit aa82f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ cc_library(

Windows DLL build is not supported. There are some constraints on how C++ DLLs work on
Windows, specifically we can't safely allocate memory in one DLL and free it in another.
For now, OpenTelemetry C++ targets need to be statically linked with the Windows Application.
For now, OpenTelemetry C++ targets need to be statically linked into the Windows applications.

## Using Package Managers

Expand Down

0 comments on commit aa82f54

Please sign in to comment.