Skip to content

Commit

Permalink
Make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Aug 27, 2024
1 parent 2a372f0 commit a7b6d25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/cmake_modules/BuildUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ function(ADD_ARROW_LIB LIB_NAME)
#
# When running with the Emscripten Compiler, we need not worry about
# python, and the Emscripten Compiler does not support this option.
set(ARG_SHARED_LINK_FLAGS "-undefined dynamic_lookup -no_fixup_chains ${ARG_SHARED_LINK_FLAGS}")
set(ARG_SHARED_LINK_FLAGS
"-undefined dynamic_lookup -no_fixup_chains ${ARG_SHARED_LINK_FLAGS}")
endif()

set_target_properties(${LIB_NAME}_shared
Expand Down

0 comments on commit a7b6d25

Please sign in to comment.