Skip to content

Commit

Permalink
fix: update lib name to slippi_rust_extensions for Cargo 1.79 compat (#…
Browse files Browse the repository at this point in the history
…424)

Dashes to underscores in lib name to build with Cargo 1.79
  • Loading branch information
pylasnier authored Sep 17, 2024
1 parent eaa4a6f commit 5980277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Externals/SlippiRustExtensions
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ if(wxWidgets_FOUND)
endif()

corrosion_import_crate(MANIFEST_PATH ${CMAKE_SOURCE_DIR}/Externals/SlippiRustExtensions/Cargo.toml ${RUST_FEATURES})
target_link_libraries("${DOLPHIN_EXE}" PUBLIC slippi-rust-extensions)
target_link_libraries("${DOLPHIN_EXE}" PUBLIC slippi_rust_extensions)

if(APPLE)
include(BundleUtilities)
Expand Down

0 comments on commit 5980277

Please sign in to comment.