cloudpeers / ffi-gen

Call rust from any language.
20 stars 5 forks source link

There is bug here, line should have "name =" for Windows #57

Closed canewsin closed 2 years ago

canewsin commented 2 years ago

https://github.com/cloudpeers/ffi-gen/blob/2b8127d6f0299139c9bde58ed2954b5904390dd9/src/dart.rs#L239

Fix : if (Platform.isWindows) name = #_(#(&self.cdylib_name)#(".dll"));