libmir / mir-ion

Ion, JSON, YAML, CSV, CBOR and Msgpack serialization framework
Apache License 2.0
14 stars 6 forks source link

Fix #30 library build breaks in release #31

Closed WebFreak001 closed 1 year ago

WebFreak001 commented 1 year ago

typeof(this).init.ser defaults to a null pointer, so we init that value instead here to fix the issue in #30.

Building a release library works now.

9il commented 1 year ago

Thank you so much!