]> git.saurik.com Git - wxWidgets.git/blobdiff - src/make.env.in
wxPrinting fix for wxMGL
[wxWidgets.git] / src / make.env.in
index 473217cd2f2d75fc3464839706221cad55f8ac58..f9a251650cd7ba42e1ba17d7a05fb55c16de5091 100644 (file)
@@ -75,3 +75,7 @@ PICFLAGS = @PIC_FLAG@
 # EXTRALIBS instead (see above)
 # LDFLAGS = @LDFLAGS@
 
+# specific linker flags for when building executables since there
+# Mac OS X requires specific linker flags for executables linked
+# against dynamic shared libraries
+LDFLAGS_EXE = @LDFLAGS_EXE@