Changeset 13 for python/trunk/configure


Ignore:
Timestamp:
Sep 12, 2010, 11:24:21 PM (15 years ago)
Author:
Yuri Dario
Message:

python: allows submodules to inherit python build flags, so they build with same options. fixes highmem in mercurial.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/trunk/configure

    r10 r13  
    1333313333        CYGWIN*) LDSHARED="gcc -shared -Wl,--enable-auto-image-base";;
    1333413334        atheos*) LDSHARED="gcc -shared";;
    13335         OS/2*|os2*|*emx*) LDSHARED="gcc -Zdll -Zomf";;
     13335        OS/2*|os2*|*emx*) LDSHARED="${CC} ${LDFLAGS} -Zdll";;
    1333613336        *)      LDSHARED="ld";;
    1333713337        esac
Note: See TracChangeset for help on using the changeset viewer.