mirror of
https://github.com/RGBCube/serenity
synced 2025-07-15 05:57:35 +00:00
5 lines
195 B
Bash
Executable file
5 lines
195 B
Bash
Executable file
#!/bin/bash ../.port_include.sh
|
|
port=mbedtls
|
|
version=2.16.2
|
|
files="https://tls.mbed.org/download/mbedtls-2.16.2-apache.tgz mbedtls-2.16.2-apache.tgz"
|
|
makeopts="CFLAGS=-DPLATFORM_UTIL_USE_GMTIME"
|