From 091d9850bea2e7151a4f9bb76ecd8bb56453106a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Thu, 12 Sep 2019 07:17:35 +0200 Subject: [PATCH] Fix path in bulk feature --- build/features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/features.py b/build/features.py index 4fcac6b71a8a..ff0e39f1b3ac 100644 --- a/build/features.py +++ b/build/features.py @@ -156,7 +156,7 @@ def sources(self, build): 'src/controllers/bulk/bulkenumerator.cpp'] if not int(build.flags['hid']): sources.append( - 'controllers/hid/hidcontrollerpresetfilehandler.cpp') + 'src/controllers/hid/hidcontrollerpresetfilehandler.cpp') return sources