2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2025-01-07 17:05:17 +01:00
This commit is contained in:
Thomas Nagy 2015-05-03 01:03:11 +02:00
parent 9fdfec763d
commit 120af4f1d0
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64

View File

@ -383,7 +383,9 @@ def check_cfg(self, *k, **kw):
conf.check_cfg(path='sdl-config', args='--cflags --libs', package='', uselib_store='SDL')
conf.check_cfg(path='mpicc', args='--showme:compile --showme:link',
package='', uselib_store='OPEN_MPI', mandatory=False)
# variables
conf.check_cfg(package='gtk+-2.0', variables='includedir', uselib_store='FOO')
print(conf.env.FOO_includedir)
"""
if k:
lst = k[0].split()