aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/nasm.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nasm.BUILD')
-rw-r--r--third_party/nasm.BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/nasm.BUILD b/third_party/nasm.BUILD
index 2b877883b9..d746a65e7e 100644
--- a/third_party/nasm.BUILD
+++ b/third_party/nasm.BUILD
@@ -133,7 +133,10 @@ cc_binary(
"x86/regs.c",
"x86/regs.h",
"x86/regvals.c",
- ],
+ ] + select({
+ ":windows": ["config/msvc.h"],
+ "//conditions:default": [],
+ }),
includes = [
"asm",
"include",