mirror of
https://github.com/YACReader/yacreader
synced 2026-02-07 15:50:13 -05:00
Add a patch for p7zip to address build problems triggered by p7zip Stdafx.h defining WIN64 on non-Windows x86_64 systems. Modify compileX11.sh to
check for lib7zip folder and try to apply the patch before build. Update documentation in README_7zip.txt.
This commit is contained in:
11
compressed_archive/libp7zip.patch
Normal file
11
compressed_archive/libp7zip.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- libp7zip/CPP/myWindows/StdAfx.h 2014-06-06 23:52:13.397311952 +0200
|
||||
+++ libp7zip/CPP/myWindows/StdAfx.h 2014-06-06 23:53:20.353981756 +0200
|
||||
@@ -114,7 +114,7 @@
|
||||
|
||||
#if defined( __x86_64__ )
|
||||
|
||||
-#define _WIN64 1
|
||||
+//#define _WIN64 1
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user