Blame SOURCES/runtime-linker-order.patch

453a20
diff --git a/src/installer/corehost/cli/apphost/static/CMakeLists.txt b/src/installer/corehost/cli/apphost/static/CMakeLists.txt
453a20
index 85ea6ffe642..e6369f6b9ad 100644
453a20
--- a/src/installer/corehost/cli/apphost/static/CMakeLists.txt
453a20
+++ b/src/installer/corehost/cli/apphost/static/CMakeLists.txt
decde4
@@ -207,12 +207,12 @@
453a20
     libhostcommon
453a20
     ${CORECLR_LIBRARIES}
453a20
 
decde4
-    ${ZLIB_LIBRARIES}
decde4
-    ${LIBGSS}
decde4
-    ${NATIVE_LIBS_EXTRA}
decde4
-
decde4
     ${START_WHOLE_ARCHIVE}
decde4
     ${RUNTIMEINFO_LIB}
decde4
     ${NATIVE_LIBS}
decde4
     ${END_WHOLE_ARCHIVE}
453a20
+
decde4
+    ${ZLIB_LIBRARIES}
decde4
+    ${LIBGSS}
decde4
+    ${NATIVE_LIBS_EXTRA}
453a20
 )