trying to fix visibility problems for ObjC++ files after bakefile 0.2.4 upgrade
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -50644,6 +50644,8 @@ esac
|
||||
|
||||
CFLAGS="$CFLAGS $CFLAGS_VISIBILITY"
|
||||
CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
|
||||
OBJCFLAGS="$OBJCFLAGS $CFLAGS_VISIBILITY"
|
||||
OBJCXXFLAGS="$OBJCXXFLAGS $CXXFLAGS_VISIBILITY"
|
||||
|
||||
SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
|
||||
|
||||
|
@@ -7862,6 +7862,8 @@ dnl Add visibility support flags to CFLAGS/CXXFLAGS - do it this late so that
|
||||
dnl it doesn't affect compilation checks above
|
||||
CFLAGS="$CFLAGS $CFLAGS_VISIBILITY"
|
||||
CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
|
||||
OBJCFLAGS="$OBJCFLAGS $CFLAGS_VISIBILITY"
|
||||
OBJCXXFLAGS="$OBJCXXFLAGS $CXXFLAGS_VISIBILITY"
|
||||
|
||||
dnl for convenience, sort the samples in alphabetical order
|
||||
dnl
|
||||
|
Reference in New Issue
Block a user