Browse Source

* Made compilation work only under Mac OS X 10.5 (Leopard) as it is the only test plateform available to me, waiting for something more clever

tags/v0.99.beta17
Jean-Yves Lamoureux jylam 16 years ago
parent
commit
78db67d774
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac View File

@@ -248,7 +248,7 @@ if test "${enable_cocoa}" != "no"; then
MACOSX_SDK_LDFLAGS="-L${MACOSX_SDK}/usr/lib/gcc/darwin -L${MACOSX_SDK}/usr/lib/gcc/darwin/${GCC_VERSION} -L${MACOSX_SDK}/usr/lib"
;;
x*86*darwin*)
MACOSX_SDK=/Developer/SDKs/MacOSX10.4u.sdk
MACOSX_SDK=/Developer/SDKs/MacOSX10.5.sdk
GCC_VERSION=4.0
ARCH="-arch i386"
MACOSX_SDK_CFLAGS="-isysroot ${MACOSX_SDK}"


Loading…
Cancel
Save