summaryrefslogtreecommitdiffstats
path: root/build/features.py
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2019-09-12 07:17:35 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2019-09-12 07:17:35 +0200
commit091d9850bea2e7151a4f9bb76ecd8bb56453106a (patch)
treedf64f671bc46a4d5c8b49bf648909c21bcb4caad /build/features.py
parentd6d309168db179bb7916e6d6f11edca12b037e55 (diff)
Fix path in bulk feature
Diffstat (limited to 'build/features.py')
-rw-r--r--build/features.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/features.py b/build/features.py
index 4fcac6b71a..ff0e39f1b3 100644
--- a/build/features.py
+++ b/build/features.py
@@ -156,7 +156,7 @@ class Bulk(Feature):
'src/controllers/bulk/bulkenumerator.cpp']
if not int(build.flags['hid']):
sources.append(
- 'controllers/hid/hidcontrollerpresetfilehandler.cpp')
+ 'src/controllers/hid/hidcontrollerpresetfilehandler.cpp')
return sources