HomeSort by relevance Sort by last modified time
    Searched refs:ABIFLAGS (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/bin/
python-config.sh 5 echo "Usage: $0 [ignored.py] --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir"
48 ABIFLAGS="@ABIFLAGS@"
50 if [ "$ABIFLAGS" = "@ABIFLAGS@" ] ; then
51 ABIFLAGS=
53 LIBS="-ldl -framework CoreFoundation $SYSLIBS -lpython${VERSION}${ABIFLAGS}"
64 INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
65 PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
  /prebuilts/python/linux-x86/2.7.5/bin/
python-config.sh 5 echo "Usage: $0 [ignored.py] --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir"
48 ABIFLAGS="@ABIFLAGS@"
50 if [ "$ABIFLAGS" = "@ABIFLAGS@" ] ; then
51 ABIFLAGS=
53 LIBS="-lpthread -ldl -lutil $SYSLIBS -lpython${VERSION}${ABIFLAGS}"
64 INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
65 PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"

Completed in 128 milliseconds