Skip to content

Commit

Permalink
Fix Linux link
Browse files Browse the repository at this point in the history
  • Loading branch information
cshung committed Dec 11, 2024
1 parent 31a0eeb commit 80f08f1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/native/corehost/apphost/static/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,13 @@ else()
coreclrpal_dac
corguids
dbgutil
eventprovider
)
if (FEATURE_EVENT_TRACE)
LIST(APPEND NATIVE_LIBS
eventprovider
)
endif(FEATURE_EVENT_TRACE)
LIST(APPEND NATIVE_LIBS
nativeresourcestring
)

Expand Down

0 comments on commit 80f08f1

Please sign in to comment.