Skip to content

Commit

Permalink
add c99 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan63 committed Jun 17, 2024
1 parent 17e6116 commit fc1541c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hx/libs/ssl/Build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<depend files="hxcpp-depends"/>
<depend name="${this_dir}/Build.xml" dateOnly="true" />
<cache value="true" asLibrary="true" />
<compilerflag value="-std=c99" unless="MSVC_VER"/>
<compilerflag value="-I${MBEDTLS_DIR}/include"/>
<compilerflag value="-I${this_dir}"/>

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

<compilerflag value="-DWIN32_LEAN_AND_MEAN" if="windows"/>
<compilerflag value="-DMBEDTLS_CONFIG_FILE=&lt;mbedtls_config.h&gt;"/>

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

<file name="${MBEDTLS_DIR}/library/aes.c"/>
<file name="${MBEDTLS_DIR}/library/aesni.c"/>
<file name="${MBEDTLS_DIR}/library/aesce.c"/>
Expand Down

0 comments on commit fc1541c

Please sign in to comment.