lpcmanager

Fix ThirdPartyPath

20 months ago, Edouard Tisserant
14fb18af93d5
Parents d74b550a52fe
Children 2c3a530cc6b7
Fix ThirdPartyPath
--- a/LPCExtension.py Thu Aug 22 12:19:28 2024 +0200
+++ b/LPCExtension.py Fri Sep 27 11:18:13 2024 +0200
@@ -189,6 +189,8 @@
elif name == "paho.mqtt.c":
res = old_ThirdPartyPath("MQTT")
res = os.path.join(res, arch)
+ else :
+ res = old_ThirdPartyPath(name)
return res