diff options
author | Mike McLaughlin <mikem@microsoft.com> | 2015-06-02 15:51:17 -0700 |
---|---|---|
committer | Mike McLaughlin <mikem@microsoft.com> | 2015-06-02 15:51:17 -0700 |
commit | ee1ee212663dc474b398ebcbdc2722062cf632b6 (patch) | |
tree | d33051b81bfd89bd0d8590ad682fa5ffbfe4bdc0 /src | |
parent | 0c7175bdbacde6b2b22c7bd082fa46fa7589ee37 (diff) | |
download | coreclr-ee1ee212663dc474b398ebcbdc2722062cf632b6.tar.gz coreclr-ee1ee212663dc474b398ebcbdc2722062cf632b6.tar.bz2 coreclr-ee1ee212663dc474b398ebcbdc2722062cf632b6.zip |
Fix unresolved symbol by adding the native resource lib.
Diffstat (limited to 'src')
-rw-r--r-- | src/dlls/dbgshim/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dlls/dbgshim/CMakeLists.txt b/src/dlls/dbgshim/CMakeLists.txt index c5b8b9f483..664d827467 100644 --- a/src/dlls/dbgshim/CMakeLists.txt +++ b/src/dlls/dbgshim/CMakeLists.txt @@ -53,6 +53,7 @@ if(WIN32) else() list(APPEND DBGSHIM_LIBRARIES coreclrpal + mscorrc_debug palrt ) endif(WIN32) |