From 21332b588f13e1717bb33c4247e6d598cf170649 Mon Sep 17 00:00:00 2001 From: Johannes Maibaum Date: Tue, 19 May 2015 17:29:36 +0200 Subject: [PATCH] Fixed Retina OpenGL patch filename. --- scripts/osx_build_wx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/osx_build_wx.sh b/scripts/osx_build_wx.sh index 1714a5683a..eeb278e8c6 100644 --- a/scripts/osx_build_wx.sh +++ b/scripts/osx_build_wx.sh @@ -141,7 +141,7 @@ doPatch "$1" "$3/patches/wxwidgets-3.0.0_macosx.patch" doPatch "$1" "$3/patches/wxwidgets-3.0.0_macosx_bug_15908.patch" doPatch "$1" "$3/patches/wxwidgets-3.0.0_macosx_soname.patch" # high resolution in OpenGL canvas: http://trac.wxwidgets.org/ticket/15700 -doPatch "$1" "$3/patches/wxwidgets-3.0.2_macosx_opengl_retina.patch" +doPatch "$1" "$3/patches/wxwidgets-3.0.2_macosx_retina_opengl.patch" # configure and build wxWidgets wxWidgets_configure "$1" "$2" "$4"