Skip to content

Commit

Permalink
fixed path to porcupine windows dll
Browse files Browse the repository at this point in the history
  • Loading branch information
kenarsa committed Feb 15, 2020
1 parent 5168388 commit 5868fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/util/python/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _porcupine_library_path():
elif _PV_MACHINE == 'beaglebone':
return _abs_path('resources/porcupine/lib/beaglebone/libpv_porcupine.so')
elif _PV_SYSTEM == 'Windows':
return _abs_path('resources/porcupine/lib/windows/libpv_porcupine.dll')
return _abs_path('resources/porcupine/lib/windows/amd64/libpv_porcupine.dll')

raise NotImplementedError('unsupported platform')

Expand Down

0 comments on commit 5868fca

Please sign in to comment.