Skip to content

Commit

Permalink
Add missing compilerflag in mbedtls-files.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist committed Aug 11, 2024
1 parent 2b47b25 commit ab8ab42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/lib/mbedtls-files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

<files id="native-toolkit-mbedtls">

<compilerflag value="-std=c11" />
<compilerflag value="-std=c11" unless="windows"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/hl-ssl" if="HASHLINK_PATH"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/mbedtls/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/zlib/" />
<compilerflag value="-DMBEDTLS_THREADING_C" if="HASHLINK_PATH"/>
Expand Down

0 comments on commit ab8ab42

Please sign in to comment.