lpcmanager
Clone
Summary
Browse
Changes
Graph
Fix ThirdPartyPath
20 months ago, Edouard Tisserant
14fb18af93d5
Parents
d74b550a52fe
Children
2c3a530cc6b7
Fix ThirdPartyPath
1 files changed, 2 insertions(+), 0 deletions(-)
+2
-0
LPCExtension.py
--- 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