Create tags for Cocoa, not Carbon, by default under wxOSX.
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
This commit is contained in:
parent
187fad412a
commit
c2d4b6971f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue