Blame SOURCES/runtime-linker-order.patch

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