Skip to content

Commit

Permalink
Use two_levelnamespace for wx
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Dec 5, 2023
1 parent 92879e9 commit 2ee5122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/wx/configure
Original file line number Diff line number Diff line change
Expand Up @@ -4415,7 +4415,7 @@ esac
case $host_os in
darwin*)
LDFLAGS="$MAC_MIN -bundle -flat_namespace -undefined warning -fPIC $LDFLAGS"
LDFLAGS="$MAC_MIN -bundle -twolevel_namespace -undefined warning -fPIC $LDFLAGS"
# Check sizof_void_p as future will hold 64bit MacOS wx
if test $ac_cv_sizeof_void_p = 4; then
LDFLAGS="-m32 $LDFLAGS"
Expand Down
2 changes: 1 addition & 1 deletion lib/wx/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ AC_SUBST(OBJC_CFLAGS)

case $host_os in
darwin*)
LDFLAGS="$MAC_MIN -bundle -flat_namespace -undefined warning -fPIC $LDFLAGS"
LDFLAGS="$MAC_MIN -bundle -twolevel_namespace -undefined warning -fPIC $LDFLAGS"
# Check sizof_void_p as future will hold 64bit MacOS wx
if test $ac_cv_sizeof_void_p = 4; then
LDFLAGS="-m32 $LDFLAGS"
Expand Down

0 comments on commit 2ee5122

Please sign in to comment.