From 24bcad5bace42f4ec8ce8d3bc5994581918f81c5 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 26 Jan 2023 12:57:53 -0500 Subject: VS: Honor compile options for ASM_NASM The Ninja and Makefile generators honor `target_compile_options` and friends for ASM_NASM `.asm` sources. Teach the VS generator to honor them too for consistency. Issue: #24289 --- Templates/MSBuild/nasm.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Templates') diff --git a/Templates/MSBuild/nasm.targets b/Templates/MSBuild/nasm.targets index eeeb613b66..ba120852b6 100644 --- a/Templates/MSBuild/nasm.targets +++ b/Templates/MSBuild/nasm.targets @@ -30,7 +30,7 @@ - + -- cgit v1.2.1