Remove PACKAGE_XXX definitions from Xcode config header
They were not used anyhow and could conflict with the other packages defining them. We also don't need to update the version in this file now. See #23162.
This commit is contained in:
parent
f205dca9dc
commit
6a47ee1b0c
2 changed files with 0 additions and 9 deletions
|
|
@ -46,9 +46,6 @@ run_sed include/wx/version.h \
|
|||
"s/^\(#define wxSUBRELEASE_NUMBER *\) [0-9]\{1,\}$/\1 0/" \
|
||||
"/^#define wxVERSION_STRING/s/$ver_for_sed/$ver_string_new/"
|
||||
|
||||
run_sed include/wx/osx/config_xcode.h \
|
||||
"/^#define PACKAGE/s/$ver_for_sed/$ver_string_new/"
|
||||
|
||||
run_sed samples/minimal/Info_cocoa.plist \
|
||||
"/<string>/s/$ver_for_sed/$ver_string_new/"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue