prohibit cython of building *.so-files - just use plain python-implementation
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13851 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d9f5a995fb
commit
1b1ae154f9
@ -32,7 +32,8 @@ define Package/cython/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/PyMod,,install --prefix="$(PKG_INSTALL_DIR)/usr")
|
# <--no-cython-compile> required, otherwise setup.py calls the target-gcc to create so-files which obviously can't be used by <python> on the host system.
|
||||||
|
$(call Build/Compile/PyMod,,install --no-cython-compile --prefix="$(PKG_INSTALL_DIR)/usr")
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user