diff options
Diffstat (limited to 'src/build-data/cc/msvc.txt')
-rw-r--r-- | src/build-data/cc/msvc.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt index 30b795a57..7a35f9648 100644 --- a/src/build-data/cc/msvc.txt +++ b/src/build-data/cc/msvc.txt @@ -35,15 +35,15 @@ clmul -> "" rdrand -> "" </isa_flags> -<so_link_flags> +<so_link_commands> default -> "$(LINKER) /DLL" default-debug -> "$(LINKER) /DLL /DEBUG" -</so_link_flags> +</so_link_commands> -<binary_link_command> +<binary_link_commands> default -> "$(LINKER)" default-debug -> "$(LINKER) /DEBUG" -</binary_link_command> +</binary_link_commands> <mach_abi_linking> all -> "/MD" |