]> git.saurik.com Git - wxWidgets.git/commitdiff
Create tags for Cocoa, not Carbon, by default under wxOSX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2012 23:51:36 +0000 (23:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2012 23:51:36 +0000 (23:51 +0000)
Just change the default value of the "port" parameter.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

misc/scripts/makeosxtags.sh

index 1509eec6f9f5745ede86fba77c5141ad7d780ec4..21ed989300e0cbec308d347ffed0849cb7e32e09 100755 (executable)
@@ -2,7 +2,7 @@
 . `dirname $0`/makeunixtags.sh
 create_tags osx
 
-osx_port=${1-carbon}
+osx_port=${1-cocoa}
 if [[ $osx_port = carbon ]]; then
     ext=cpp
 else