There was an error while loading. Please reload this page.
1 parent d0d997d commit a7d0931Copy full SHA for a7d0931
1 file changed
cpp/src/arrow/CMakeLists.txt
@@ -1107,7 +1107,7 @@ endif()
1107
1108
if(ARROW_BUILD_BUNDLED_DEPENDENCIES)
1109
if(CMAKE_CROSSCOMPILING)
1110
- # Debug Pyodide loading (use previous order for cross builds)
+ # Undo PREPEND-reversed order to not break Pyodide side-module loading (GH-50774)
1111
list(REVERSE ARROW_BUNDLED_STATIC_LIBS)
1112
endif()
1113
arrow_car(_FIRST_LIB ${ARROW_BUNDLED_STATIC_LIBS})
0 commit comments