summaryrefslogtreecommitdiffstats
path: root/src/jack.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/jack.mk')
-rw-r--r--src/jack.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/jack.mk b/src/jack.mk
index f21e730..2275c51 100644
--- a/src/jack.mk
+++ b/src/jack.mk
@@ -24,8 +24,5 @@ define $(PKG)_BUILD
./waf configure build install \
-j '$(JOBS)' \
--prefix='$(PREFIX)/$(TARGET)' \
- --dist-target=mingw \
-
- # It is not trivial to adjust the installation path for the DLL in the
- # waf-based build system. Adjust it here. See aubio.mk.
+ --dist-target=mingw
endef