HaxeFoundation / hxcpp

Runtime files for c++ backend for haxe
Other
295 stars 184 forks source link

Fix c standard error when compiling mbedtls #1111

Closed tobil4sk closed 2 months ago

tobil4sk commented 3 months ago

On some platforms (e.g. Android) it is necessary to specify the use of the c99 standard.

Closes #1064.

See also: #1041.

tobil4sk commented 2 months ago

@Simn This one has passed ci.