1 Star 0 Fork 0

qpython-android/qpython3-toolchain

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
skip-build.patch 465 Bytes
一键复制 编辑 原始数据 按行查看 历史
River 提交于 2018-03-09 09:47 +08:00 . New QPython3 core build scripts update
diff --git a/Makefile.pre.in b/Makefile.pre.in
index f99e64e0d9..c0fbf96285 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1436,7 +1436,8 @@ sharedinstall: sharedmods
--prefix=$(prefix) \
--install-scripts=$(BINDIR) \
--install-platlib=$(DESTSHARED) \
- --root=$(DESTDIR)/
+ --root=$(DESTDIR)/ \
+ --skip-build
-rm $(DESTDIR)$(DESTSHARED)/_sysconfigdata_$(ABIFLAGS)_$(MACHDEP)_$(MULTIARCH).py
-rm -r $(DESTDIR)$(DESTSHARED)/__pycache__
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/qpython-android/qpython3-toolchain.git
git@gitee.com:qpython-android/qpython3-toolchain.git
qpython-android
qpython3-toolchain
qpython3-toolchain
master

搜索帮助