Skip to content

Commit

Permalink
fix rust building on windows (maybe others)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Sep 17, 2024
1 parent e47ee53 commit 3518a30
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Externals/SlippiRustExtensions
2 changes: 1 addition & 1 deletion Source/Core/Common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ PUBLIC
MbedTLS::mbedtls
minizip::minizip
sfml-network
slippi-rust-extensions
slippi_rust_extensions

PRIVATE
CURL::libcurl
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/DolphinNoGUI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set_target_properties(dolphin-nogui PROPERTIES OUTPUT_NAME dolphin-emu-nogui)

target_link_libraries(dolphin-nogui
PUBLIC
slippi-rust-extensions
slippi_rust_extensions
z
PRIVATE
core
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ if(GETTEXT_MSGFMT_EXECUTABLE)
endforeach()
endif()

target_link_libraries(dolphin-emu PUBLIC slippi-rust-extensions)
target_link_libraries(dolphin-emu PUBLIC slippi_rust_extensions)

if(APPLE)
include(BundleUtilities)
Expand Down

0 comments on commit 3518a30

Please sign in to comment.