mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-02 22:14:12 +00:00
Merge pull request #11566 from v1993/patch-2
Fix build when using mGBA in unorthodox location
This commit is contained in:
commit
c5775c5b90
@ -1,4 +1,4 @@
|
||||
find_path(LIBMGBA_INCLUDE_DIR flags.h PATH_SUFFIXES mgba)
|
||||
find_path(LIBMGBA_INCLUDE_DIR mgba/flags.h)
|
||||
find_library(LIBMGBA_LIBRARY mgba)
|
||||
mark_as_advanced(LIBMGBA_INCLUDE_DIR LIBMGBA_LIBRARY)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user