From d7f2885f1d94f54ceea0f5e9b79e6e92e1ef7df5 Mon Sep 17 00:00:00 2001 From: Alexander Edland Date: Sun, 5 Aug 2018 02:20:25 +0200 Subject: testing/mgba: new aport --- testing/mgba/python3.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testing/mgba/python3.patch (limited to 'testing/mgba/python3.patch') diff --git a/testing/mgba/python3.patch b/testing/mgba/python3.patch new file mode 100644 index 0000000000..bd14c9a4b0 --- /dev/null +++ b/testing/mgba/python3.patch @@ -0,0 +1,10 @@ +--- mgba-0.6.3/src/platform/python/CMakeLists.txt ++++ mgba-0.6.3-mod/src/platform/python/CMakeLists.txt +@@ -1,6 +1,6 @@ +-find_program(PYTHON python) ++find_program(PYTHON python3) + + get_property(INCLUDE_DIRECTORIES DIRECTORY PROPERTY INCLUDE_DIRECTORIES) + set(INCLUDE_FLAGS) + foreach(DIR IN LISTS INCLUDE_DIRECTORIES) + list(APPEND INCLUDE_FLAGS "-I${DIR}") -- cgit v1.2.3