mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 11:20:53 +00:00
fix: update lib name to slippi_rust_extensions for Cargo 1.79 compat (#24)
This commit is contained in:
parent
e47ee53b56
commit
21e930db20
5 changed files with 5 additions and 5 deletions
2
Externals/SlippiRustExtensions
vendored
2
Externals/SlippiRustExtensions
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 1e9fbf11479e20cd07a75f67888c138c7893bc24
|
Subproject commit 47d4ebf73ab4debc5cb06da5ce11a1af209ccdad
|
2
Externals/corrosion
vendored
2
Externals/corrosion
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 19a288aed0af1d7cb80ead48be5dda40bb978c5d
|
Subproject commit 64289b1d79d6d19cd2e241db515381a086bb8407
|
|
@ -170,7 +170,7 @@ PUBLIC
|
||||||
MbedTLS::mbedtls
|
MbedTLS::mbedtls
|
||||||
minizip::minizip
|
minizip::minizip
|
||||||
sfml-network
|
sfml-network
|
||||||
slippi-rust-extensions
|
slippi_rust_extensions
|
||||||
|
|
||||||
PRIVATE
|
PRIVATE
|
||||||
CURL::libcurl
|
CURL::libcurl
|
||||||
|
|
|
@ -26,7 +26,7 @@ set_target_properties(dolphin-nogui PROPERTIES OUTPUT_NAME dolphin-emu-nogui)
|
||||||
|
|
||||||
target_link_libraries(dolphin-nogui
|
target_link_libraries(dolphin-nogui
|
||||||
PUBLIC
|
PUBLIC
|
||||||
slippi-rust-extensions
|
slippi_rust_extensions
|
||||||
z
|
z
|
||||||
PRIVATE
|
PRIVATE
|
||||||
core
|
core
|
||||||
|
|
|
@ -582,7 +582,7 @@ if(GETTEXT_MSGFMT_EXECUTABLE)
|
||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(dolphin-emu PUBLIC slippi-rust-extensions)
|
target_link_libraries(dolphin-emu PUBLIC slippi_rust_extensions)
|
||||||
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
include(BundleUtilities)
|
include(BundleUtilities)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue