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