Skip to content

Commit 5868fca

Browse files
committed
fixed path to porcupine windows dll
1 parent 5168388 commit 5868fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/util/python/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def _porcupine_library_path():
7979
elif _PV_MACHINE == 'beaglebone':
8080
return _abs_path('resources/porcupine/lib/beaglebone/libpv_porcupine.so')
8181
elif _PV_SYSTEM == 'Windows':
82-
return _abs_path('resources/porcupine/lib/windows/libpv_porcupine.dll')
82+
return _abs_path('resources/porcupine/lib/windows/amd64/libpv_porcupine.dll')
8383

8484
raise NotImplementedError('unsupported platform')
8585

0 commit comments

Comments
 (0)