mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-27 06:52:13 -04:00
Add the '-I' to CPPFLAGS env var.
Autotools uses it to found include file (zlib.h).
This commit is contained in:
parent
221849001e
commit
c705463d51
@ -367,6 +367,7 @@ class BuildEnv:
|
||||
if env['LD_LIBRARY_PATH']
|
||||
else ld_library_path
|
||||
)
|
||||
env['CPPFLAGS'] = '-I'+pj(self.install_dir, 'include')
|
||||
env['LDFLAGS'] = '-L'+pj(self.install_dir, 'lib')
|
||||
return env
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user