kivy-ios/kivy_ios/recipes/coincurve/no-download.patch
Akinwale Ariwodola 68f0452a38
Recipe fixes (#2)
* move recipes around
* finish recipes for sdk
2020-09-28 22:33:09 +01:00

13 lines
357 B
Diff

diff --git a/setup.py b/setup.py
index c224fb2..d5f6d1a 100644
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,8 @@ if [int(i) for i in setuptools_version.split('.', 2)[:2]] < [3, 3]:
def download_library(command):
+ # we will use the custom libsecp256k1 recipe
+ return
if command.dry_run:
return
libdir = absolute('libsecp256k1')