From: Steve Dower Date: Sat, 13 Dec 2014 01:15:18 +0000 (-0800) Subject: Allows nasm to be found on the system-wide path before using the version in externals. X-Git-Tag: v3.5.0a1~327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4c79a0e82ca701ad09d51eacfc4f2c57c769ceb;p=python Allows nasm to be found on the system-wide path before using the version in externals. --- diff --git a/PCbuild/openssl.props b/PCbuild/openssl.props index f964e4cae6..b64c3e1ebd 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 - +