diff options
author | Jack Lloyd <[email protected]> | 2017-11-29 16:42:11 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-11-29 16:42:11 -0500 |
commit | 33e468711d09430520d2404fbc7edaa6350cdfdc (patch) | |
tree | 73f703f2b4786dc0d289aafb5eaed1f18c742905 /src/build-data/cc | |
parent | 934f904f5e1ea6280eb294cc72bbc525eac53250 (diff) |
Use this to prevent fallback to Unix ar default args
Diffstat (limited to 'src/build-data/cc')
-rw-r--r-- | src/build-data/cc/msvc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt index 3f7f360e4..51608dcfa 100644 --- a/src/build-data/cc/msvc.txt +++ b/src/build-data/cc/msvc.txt @@ -26,7 +26,7 @@ visibility_build_flags "/DBOTAN_DLL=__declspec(dllexport)" visibility_attribute "__declspec(dllimport)" ar_command lib -ar_options "" +ar_options "/nologo" makefile_style nmake |