From: Andrey Volk Date: Thu, 8 Dec 2022 00:02:42 +0000 (+0300) Subject: [Build-System] Fix build on Windows 11: yasm tool compiled for x86 does not work... X-Git-Tag: v1.10.9^2~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1890%2Fhead;p=thirdparty%2Ffreeswitch.git [Build-System] Fix build on Windows 11: yasm tool compiled for x86 does not work on x64 system. Download yasm.exe 64bit instead. --- diff --git a/w32/yasm.props b/w32/yasm.props index 3ebcc6c84c..ffc4151426 100644 --- a/w32/yasm.props +++ b/w32/yasm.props @@ -5,6 +5,9 @@ true + true + http://files.freeswitch.org/downloads/win64/yasm.exe + http://files.freeswitch.org/downloads/win32/yasm.exe +