diff --git a/PCbuild/openssl.props b/PCbuild/openssl.props
index f964e4cae65..b64c3e1ebde 100644
--- a/PCbuild/openssl.props
+++ b/PCbuild/openssl.props
@@ -52,13 +52,15 @@
- "$(nasmDir)nasm.exe" -f win32
- "$(nasmDir)nasm.exe" -f win64 -DNEAR -Ox -g
+ nasm.exe -f win32
+ nasm.exe -f win64 -DNEAR -Ox -g
-
+