diff --git a/eng/sdk_files/Emscripten.Python.props b/eng/sdk_files/Emscripten.Python.props
index 2d18f7b6ef..b423d30c41 100644
--- a/eng/sdk_files/Emscripten.Python.props
+++ b/eng/sdk_files/Emscripten.Python.props
@@ -5,9 +5,13 @@
$(EmscriptenPythonToolsPath)bin\
$(EmscriptenPythonToolsPath)
-
-
-
+ <_EmscriptenPython Condition="!$([MSBuild]::IsOSPlatform('WINDOWS'))">$(EmscriptenPythonBinPath)\python3
+ <_EmscriptenPython Condition="$([MSBuild]::IsOSPlatform('WINDOWS'))" >$(EmscriptenPythonBinPath)\python.exe
+
+
+
+
+