1
0
mirror of https://github.com/madler/zlib synced 2025-03-28 21:13:15 +00:00

Do not look for zconf.h in the source directory.

Temporary patch for cmake, but too violent. A better solution will
need to be found.
This commit is contained in:
Vollstrecker 2025-02-12 22:46:34 +01:00 committed by Mark Adler
parent 8a844d434f
commit 00161eff1d

2
zlib.h
View File

@ -31,7 +31,7 @@
#ifndef ZLIB_H
#define ZLIB_H
#include "zconf.h"
#include <zconf.h>
#ifdef __cplusplus
extern "C" {