From c4c79a0e82ca701ad09d51eacfc4f2c57c769ceb Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Fri, 12 Dec 2014 17:15:18 -0800 Subject: [PATCH] Allows nasm to be found on the system-wide path before using the version in externals. --- PCbuild/openssl.props | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 - +