mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
Fix the following build failure raised since bump to version 3.17.0 in commitffd45b8726and876b1ae719: /home/giuliobenetti/autobuild/run/instance-2/output-1/build/optee-client-3.17.0/tee-supplicant/src/tee_supplicant.c:104:22: error: 'TEE_PLUGIN_LOAD_PATH' undeclared here (not in a function); did you mean 'TEEC_LOAD_PATH'? 104 | .plugin_load_path = TEE_PLUGIN_LOAD_PATH, | ^~~~~~~~~~~~~~~~~~~~ | TEEC_LOAD_PATH Fixes: - http://autobuild.buildroot.org/results/384e0ca894dbc0ec72cea76141de890f1ce484db Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>