|
Lines 60-66
src_compile() {
Link Here
|
| 60 |
python_compile() { |
60 |
python_compile() { |
| 61 |
emake -C "${BUILD_DIR}"/cython \ |
61 |
emake -C "${BUILD_DIR}"/cython \ |
| 62 |
VPATH="${S}/cython:${native_builddir}/cython" \ |
62 |
VPATH="${S}/cython:${native_builddir}/cython" \ |
| 63 |
plist_la_LIBADD="${native_builddir}/src/libplist.la" |
63 |
plist_la_LIBADD="${native_builddir}/src/libplist-2.0.la" |
| 64 |
} |
64 |
} |
| 65 |
|
65 |
|
| 66 |
local native_builddir=${BUILD_DIR} |
66 |
local native_builddir=${BUILD_DIR} |