Skip to content

Commit c237b73

Browse files
authored
fix: fix typo for path on Windows (#233)
1 parent db3daa8 commit c237b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffi/primitives/primitives.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void main() {
5252
Directory.current.path,
5353
'primitives_library',
5454
'Debug',
55-
'primtives.dll',
55+
'primitives.dll',
5656
);
5757
}
5858

0 commit comments

Comments
 (0)