From 101872998b66ce9abf3d1280956de6495f40ddf8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 21 Nov 2008 16:16:12 +0000 Subject: [PATCH] fix tags generation for OS X port after renaming git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- misc/scripts/makemactags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/scripts/makemactags.sh b/misc/scripts/makemactags.sh index bcbccaf7a3..c5d511d43b 100644 --- a/misc/scripts/makemactags.sh +++ b/misc/scripts/makemactags.sh @@ -1,4 +1,4 @@ #!/bin/sh . `dirname $0`/makeunixtags.sh -create_tags mac/{carbon,corefoundation} +create_tags osx/{carbon,corefoundation} -- 2.45.2