add zlib only in dynamic build targets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
513694c55b
commit
583f9f4faa
@ -3,5 +3,5 @@ WXTOOLKITUPPER = CARBON
|
||||
|
||||
#include "wx.xcconfig"
|
||||
|
||||
OTHER_LDFLAGS = -lz -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework QuickTime
|
||||
OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework AGL -framework OpenGL -framework QuickTime
|
||||
VALID_ARCHS = i386 ppc ppc7400 ppc970
|
||||
|
@ -3,4 +3,4 @@ WXTOOLKITUPPER = COCOA
|
||||
|
||||
#include "wx.xcconfig"
|
||||
|
||||
OTHER_LDFLAGS = -lz -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework QuickTime
|
||||
OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework QuickTime
|
||||
|
Loading…
Reference in New Issue
Block a user