summaryrefslogtreecommitdiffstats
path: root/tests/site_scons/site_tools
diff options
context:
space:
mode:
Diffstat (limited to 'tests/site_scons/site_tools')
-rw-r--r--tests/site_scons/site_tools/nanopb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/site_scons/site_tools/nanopb.py b/tests/site_scons/site_tools/nanopb.py
index 97837666..9197e190 100644
--- a/tests/site_scons/site_tools/nanopb.py
+++ b/tests/site_scons/site_tools/nanopb.py
@@ -58,7 +58,7 @@ def _detect_protoc(env):
return env['PROTOC']
p = _detect_nanopb(env)
- p1 = os.path.join(p, 'generator-bin', 'protoc')
+ p1 = os.path.join(p, 'generator-bin', 'protoc' + env['PROGSUFFIX'])
if os.path.exists(p1):
# Use protoc bundled with binary package
return env['ESCAPE'](p1)