mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
Patch for 64-bit zlib build with MSVC assembly
This commit is contained in:
parent
51146d4152
commit
5f8223ebb5
2 changed files with 17 additions and 2 deletions
10
build/cmake-zlib-amd64.patch
Normal file
10
build/cmake-zlib-amd64.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- CMakeLists.txt.orig 2015-12-07 14:19:36.447689600 -0600
|
||||
+++ CMakeLists.txt 2015-12-07 14:18:23.004419900 -0600
|
||||
@@ -165,6 +165,7 @@
|
||||
ENABLE_LANGUAGE(ASM_MASM)
|
||||
set(ZLIB_ASMS
|
||||
contrib/masmx64/gvmat64.asm
|
||||
+ contrib/masmx64/inffas8664.c
|
||||
contrib/masmx64/inffasx64.asm
|
||||
)
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue