mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
CMake: Fix build errors exposed by making common dependent on fmt
This commit is contained in:
@ -8,6 +8,7 @@ add_library(androidcommon STATIC
|
||||
target_link_libraries(androidcommon
|
||||
PRIVATE
|
||||
android
|
||||
common
|
||||
log
|
||||
"-Wl,--no-warn-mismatch"
|
||||
"-Wl,--whole-archive"
|
||||
|
Reference in New Issue
Block a user