mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
Fix build on FreeBSD (#126)
* Fix build on FreeBSD * Use more generic way to search libcrypto * Integrate macro for FreeBSD
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__)
|
||||
#define off64_t off_t
|
||||
#define fopen64 fopen
|
||||
#define fseeko64 fseek
|
||||
|
||||
Reference in New Issue
Block a user