summaryrefslogtreecommitdiffstats
path: root/src/jack.mk
diff options
context:
space:
mode:
authorHarry Nakos <xnakos@gmail.com>2015-06-16 11:48:57 (GMT)
committerHarry Nakos <xnakos@gmail.com>2015-06-16 11:48:57 (GMT)
commita0454b44bee69adb836d5b772ecabee2fc3f6504 (patch)
treedc77ddc6db25b15fce191b2e1c5611b3bf1441bc /src/jack.mk
parent60b1ecf771634becca778ac256d9d9a72322b267 (diff)
downloadmxe-a0454b44bee69adb836d5b772ecabee2fc3f6504.zip
mxe-a0454b44bee69adb836d5b772ecabee2fc3f6504.tar.gz
mxe-a0454b44bee69adb836d5b772ecabee2fc3f6504.tar.bz2
Do some housekeeping for jack.
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