Skip to content

Commit

Permalink
check [5]
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 16, 2025
1 parent 7115a47 commit ed43f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ ExternalProject_Add(${RUBY_PRJ}
SOURCE_DIR ${RUBY_SOURCE_DIR}
BUILD_IN_SOURCE true
CONFIGURE_COMMAND ruby ${EXE}/tebako-packager pass1 ${OSTYPE_TXT} ${RUBY_SOURCE_DIR} ${FS_MOUNT_POINT} ${DATA_SRC_DIR} ${RUBY_VER}
${CMAKE_COMMAND} -E make_directory ${DEPS_LIB_DIR}
COMMAND ${CMAKE_COMMAND} -E make_directory ${DEPS_LIB_DIR}
COMMAND ${GNU_BASH} -c "${RUBY_SOURCE_DIR}/configure ${OPENSSL_RUBY_OPTION} ${LIBYAML_RUBY_OPTION} \
--without-gmp \
--disable-dtrace \
Expand Down

0 comments on commit ed43f4f

Please sign in to comment.