commit | 8d318ff0e828b1d4511e5837be25bc6b89f232c7 | [log] [tgz] |
---|---|---|
author | Gyorgy Szing <Gyorgy.Szing@arm.com> | Fri Feb 04 12:54:57 2022 +0000 |
committer | Gyorgy Szing <Gyorgy.Szing@arm.com> | Fri Feb 04 15:14:16 2022 +0100 |
tree | 514aca6267d2915b3ef93e0453f5127aa03fe122 | |
parent | abf377b07d75cba1c2cd1e38909355d7b771f258 [diff] |
Fix build error when CROSS_COMPILE is not set If the CROSS_COMPILE environment variable is not set, incorrect quotation in cmake script causes build error when building mbedtls. This change adds the missing quotes and fixes the issue. Change-Id: Ic7817c318c7ce9ac76d8c58f86070063e28ef42c Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com>