Skip to content

Commit

Permalink
Dashes to underscores in lib name to build with Cargo 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
pylasnier authored and NikhilNarayana committed Sep 17, 2024
1 parent eaa4a6f commit 2132407
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 2132407

Please sign in to comment.