mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Add the '-I' to CPPFLAGS env var.
Autotools uses it to found include file (zlib.h).
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user