Use mbedtls on windows

This commit is contained in:
Tamás Bálint Misius
2023-10-02 17:26:57 +02:00
parent 8385796ca1
commit f94b436cbc
8 changed files with 131 additions and 14 deletions

View File

@@ -1,5 +1 @@
android_resources += configure_file(
input: rendered_icons['icon_exe'],
output: 'ic_launcher.png',
copy: true,
)
android_resources += fs.copyfile(rendered_icons['icon_exe'], 'ic_launcher.png')