diff --git a/setup.py b/setup.py
index f0d3ab3..1d81b43 100644
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,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')