We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04485e1 commit afd5d03Copy full SHA for afd5d03
cpp/cmake_modules/ThirdpartyToolchain.cmake
@@ -1853,8 +1853,7 @@ macro(build_lz4)
1853
else()
1854
set(LZ4_STATIC_LIB "${LZ4_BUILD_DIR}/lib/liblz4.a")
1855
set(LZ4_BUILD_COMMAND BUILD_COMMAND ${CMAKE_SOURCE_DIR}/build-support/build-lz4-lib.sh
1856
- "AR=${CMAKE_AR}"
1857
- "OS=${CMAKE_SYSTEM_NAME}")
+ "AR=${CMAKE_AR}" "OS=${CMAKE_SYSTEM_NAME}")
1858
endif()
1859
1860
# We need to copy the header in lib to directory outside of the build
0 commit comments