Blame SOURCES/runtime-linker-order.patch

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