mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-09 01:45:08 +01:00
docs: uselib -> use
This commit is contained in:
parent
b923643d66
commit
6f6c284bec
@ -23,7 +23,7 @@ def configure(conf):
|
||||
def build(bld):
|
||||
app = bld (
|
||||
features = 'c cprogram glib2',
|
||||
uselib = 'GLIB GOBJECT',
|
||||
use = 'GLIB GOBJECT',
|
||||
source = 'main.c',
|
||||
target = 'gsettings-test'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user