Skip to content

Commit f73c495

Browse files
Fix CMake lint
1 parent 781b54a commit f73c495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -750,8 +750,8 @@ endif()
750750
if(PYARROW_BUILD_ACERO)
751751
if(CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
752752
set(ACERO_LINK_LIBS)
753-
set_property(TARGET _acero PROPERTY LINK_FLAGS
754-
"-s SIDE_MODULE=1 -s WASM_BIGINT -s EXPORT_ALL=1")
753+
set_property(TARGET _acero PROPERTY LINK_FLAGS
754+
"-s SIDE_MODULE=1 -s WASM_BIGINT -s EXPORT_ALL=1")
755755
elseif(ARROW_BUILD_SHARED)
756756
if(PYARROW_BUNDLE_ARROW_CPP)
757757
bundle_arrow_lib(${ARROW_ACERO_SHARED_LIB} SO_VERSION ${ARROW_SO_VERSION})

0 commit comments

Comments
 (0)