diff options
author | Alexander Færøy <ahf@torproject.org> | 2020-07-07 14:48:36 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2020-07-07 14:48:36 +0000 |
commit | d4c79cae76536673184ffd4f6116bcd07fd0b1f5 (patch) | |
tree | fbae1c601fd9b401e6fe4e21141286c43cba3204 /.appveyor.yml | |
parent | 05ca50c9a3d7a7b3c6d8684d9743333f65bfabd7 (diff) | |
parent | a213d2793860240b315f372159311f307aed68ca (diff) | |
download | tor-d4c79cae76536673184ffd4f6116bcd07fd0b1f5.tar.gz tor-d4c79cae76536673184ffd4f6116bcd07fd0b1f5.zip |
Merge branch 'maint-0.4.3' into maint-0.4.4
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 02241c0a5a..22268bee97 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -87,7 +87,7 @@ build_script: # mingw zstd doesn't come with a pkg-config file, so we manually # configure its flags. liblzma just works. #> - Execute-Bash "ZSTD_CFLAGS='-L/${env:compiler_path}/include' ZSTD_LIBS='-L/${env:compiler_path}/lib -lzstd' ../configure --prefix=/${env:compiler_path} --build=${env:target} --host=${env:target} --with-openssl-dir=/${env:compiler_path} --disable-asciidoc --enable-fatal-warnings ${env:hardening}" + Execute-Bash "ZSTD_CFLAGS='-L/${env:compiler_path}/include' ZSTD_LIBS='-L/${env:compiler_path}/lib -lzstd' ../configure --prefix=/${env:compiler_path} --build=${env:target} --host=${env:target} --with-openssl-dir=/${env:compiler_path} --disable-asciidoc --enable-fatal-warnings ${env:hardening} CFLAGS='-D__USE_MINGW_ANSI_STDIO=0'" Execute-Bash "V=1 make -k -j2" Execute-Bash "V=1 make -k -j2 install" } |