yuzu-cmd: link SDL2 correctly

This commit is contained in:
Liam 2022-12-04 10:59:58 -05:00
parent f4b5570e7c
commit 0cbfdf7ecb
2 changed files with 1 additions and 2 deletions

View file

@ -69,7 +69,6 @@ if (YUZU_USE_EXTERNAL_SDL2)
endif()
add_subdirectory(SDL EXCLUDE_FROM_ALL)
target_link_directories(SDL2-static INTERFACE "${SDL2_BINARY_DIR}")
endif()
# ENet