Skip to content

Commit

Permalink
Fix c standard error when compiling mbedtls
Browse files Browse the repository at this point in the history
On some platforms (e.g. Android) it is necessary to specify the use of
the c99 standard
  • Loading branch information
tobil4sk committed May 27, 2024
1 parent fa8e537 commit 60d5dd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hx/libs/ssl/Build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<cache value="true" asLibrary="true" />
<compilerflag value="-I${MBEDTLS_DIR}/include"/>
<compilerflag value="-I${this_dir}"/>
<compilerflag value="-std=c99" unless="MSVC_VER" />

<file name="${this_dir}/SSL.cpp"/>

Expand Down

0 comments on commit 60d5dd5

Please sign in to comment.