Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
temporary change windows dll path
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hegde committed Jul 8, 2022
1 parent b506a9b commit a7d8985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni/lib/src/jni.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ String _getLibraryFileName(String base) {
if (Platform.isLinux || Platform.isAndroid) {
return "lib$base.so";
} else if (Platform.isWindows) {
return "Debug\\$base.dll";
return "$base.dll";
} else if (Platform.isMacOS) {
// TODO: Is this correct?
return "$base.framework/$base";
Expand Down

0 comments on commit a7d8985

Please sign in to comment.