2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 09:57:15 +01:00

extras: cfg_cross_gnu: update docs

This commit is contained in:
Jérôme Carretero 2015-01-13 13:27:54 -05:00
parent 0f4a1d5f7d
commit 7c33626306

View File

@ -18,8 +18,8 @@ Usage:
...
conf.load('c_cross_gnu')
for variant in x_variants:
conf.xcheck_cross()
conf.xcheck_cross_var('POUET')
conf.xcheck_host()
conf.xcheck_host_var('POUET')
...
...