diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-03-08 13:41:47 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-03-08 13:41:47 (GMT) |
commit | ee3456c369a600c3f734ba87e510bed1c26e55a8 (patch) | |
tree | e96d31673476b99076956ee8e9b3a3f1b63d6939 /src/w32api.mk | |
parent | 6d7ac6561e724c72365dcc59ecfbd03903c60f11 (diff) | |
download | mxe-ee3456c369a600c3f734ba87e510bed1c26e55a8.zip mxe-ee3456c369a600c3f734ba87e510bed1c26e55a8.tar.gz mxe-ee3456c369a600c3f734ba87e510bed1c26e55a8.tar.bz2 |
portability fix for MacOS X in package glib: set CXX explicitly
For some strange reason, glib's configure script initializes
CXX with "c++" instead of the cross C++ compiler. This usually
does no harm, because glib doesn't use the C++ compiler. However,
it poisons libtool's compiler lib search paths. This also usually
does no harm, except on MacOS X where it causes libtool to link
against /usr/lib/libiconv.dylib, which makes the cross build fail.
Diffstat (limited to 'src/w32api.mk')
0 files changed, 0 insertions, 0 deletions