We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5168388 commit 5868fcaCopy full SHA for 5868fca
resources/util/python/util.py
@@ -79,7 +79,7 @@ def _porcupine_library_path():
79
elif _PV_MACHINE == 'beaglebone':
80
return _abs_path('resources/porcupine/lib/beaglebone/libpv_porcupine.so')
81
elif _PV_SYSTEM == 'Windows':
82
- return _abs_path('resources/porcupine/lib/windows/libpv_porcupine.dll')
+ return _abs_path('resources/porcupine/lib/windows/amd64/libpv_porcupine.dll')
83
84
raise NotImplementedError('unsupported platform')
85
0 commit comments