Skip to content

Commit

Permalink
Bothced the tar.gz for Rubymingw: redo later
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Feb 14, 2024
1 parent ad7dbe9 commit cb5b311
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions FetchRubyMinGW.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ macro(FetchRubyMinGW)

execute_process(COMMAND ${CMAKE_COMMAND} -E tar xfz ${RUBY_MINGW_LIB_ZIP_LOCAL_PATH} WORKING_DIRECTORY "${PROJECT_BINARY_DIR}")
endif()

set(RUBY_MINGW_STUB_LIB "${PROJECT_BINARY_DIR}/Ruby-mingw-install/libx64-ucrt-ruby320.dll.a")
# TODO: I botched the tar.gz, it extracts to the root of the project_binary dir
set(RUBY_MINGW_STUB_LIB "${PROJECT_BINARY_DIR}/libx64-ucrt-ruby320.dll.a")
# set(RUBY_MINGW_STUB_LIB "${PROJECT_BINARY_DIR}/Ruby-mingw-install/libx64-ucrt-ruby320.dll.a")
endif()
endif()
endmacro()

0 comments on commit cb5b311

Please sign in to comment.