Skip to content

Commit

Permalink
WIP: Android please
Browse files Browse the repository at this point in the history
  • Loading branch information
askmeaboutlo0m committed Sep 2, 2023
1 parent 24bcafb commit 6256b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/Cargo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function(_corrosion_determine_libs_new target_triple out_libs)
list(APPEND args --target=${target_triple})
endif()
list(APPEND args -- --print=native-static-libs)
message(STATUS "Checking native libraries with command: ${CARGO_COMMAND} ${args}")
execute_process(
COMMAND ${CARGO_COMMAND} ${args}
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/corrosion/required_libs"
Expand Down

0 comments on commit 6256b00

Please sign in to comment.