Skip to content

Commit

Permalink
Update Windows patch
Browse files Browse the repository at this point in the history
  • Loading branch information
bkpoon committed Sep 27, 2024
1 parent 8e10c31 commit 9cc225b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/win32.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ index a5a1ebe..8648b42 100644
- libsvm = CDLL(path.join(dirname, r'..\..\windows\libsvm.dll'))
+ libsvm = CDLL(path.join(dirname, r'..\..\..\Library\lib\libsvm.dll'))
else:
libsvm = CDLL(path.join(dirname, '../../libsvm.so.2'))
libsvm = CDLL(path.join(dirname, '../../libsvm.so.4'))
except:

0 comments on commit 9cc225b

Please sign in to comment.