fixed MacOS X test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1966,7 +1966,7 @@ else
|
||||
DISTDIR="wxBase"
|
||||
|
||||
dnl Apple MAC OS X specific extras
|
||||
if test "$USE_UNIX" = 1 ; then
|
||||
if test "$USE_UNIX" = 1 -a "$USE_MAX" = 1; then
|
||||
ALL_OBJECTS="${ALL_OBJECTS} dl_macosx.o"
|
||||
ALL_DEPFILES="${ALL_DEPFILES} dl_macosx.d"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user