Skip to content

Commit a7d0931

Browse files
committed
Update comment
1 parent d0d997d commit a7d0931

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/src/arrow/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ endif()
11071107

11081108
if(ARROW_BUILD_BUNDLED_DEPENDENCIES)
11091109
if(CMAKE_CROSSCOMPILING)
1110-
# Debug Pyodide loading (use previous order for cross builds)
1110+
# Undo PREPEND-reversed order to not break Pyodide side-module loading (GH-50774)
11111111
list(REVERSE ARROW_BUNDLED_STATIC_LIBS)
11121112
endif()
11131113
arrow_car(_FIRST_LIB ${ARROW_BUNDLED_STATIC_LIBS})

0 commit comments

Comments
 (0)