mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-07 17:05:17 +01:00
docs
This commit is contained in:
parent
9fdfec763d
commit
120af4f1d0
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user