On FreeBSD and other systems, `make` is not GNU make, and not compatible with
the sr.ht makefiles.
---
setup.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index e0ccd32..9383731 100755
--- a/setup.py+++ b/setup.py
@@ -28,7 +28,8 @@ else:
"The $SRHT_PATH environment variable points to an invalid "
"directory: {}".format(srht_path))
-subp = subprocess.run(["make", "SRHT_PATH=" + srht_path])+make = os.environ.get("MAKE") or "make"