Skip to content

Commit

Permalink
Merge pull request #11566 from v1993/patch-2
Browse files Browse the repository at this point in the history
Fix build when using mGBA in unorthodox location
  • Loading branch information
AdmiralCurtiss committed Feb 22, 2023
2 parents ebd9822 + 6aafbaf commit c5775c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/FindLIBMGBA.cmake
@@ -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)

Expand Down

0 comments on commit c5775c5

Please sign in to comment.