mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
docs
This commit is contained in:
parent
d6bb5235a9
commit
1ee780d9aa
@ -10,7 +10,11 @@ out = 'build'
|
||||
|
||||
def options(opt):
|
||||
opt.load('compiler_c')
|
||||
opt.load('xcode')
|
||||
try:
|
||||
# you must include the xcode generator in your waf file if you want to use it
|
||||
opt.load('xcode')
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
def configure(conf):
|
||||
conf.load('compiler_c')
|
||||
|
Loading…
Reference in New Issue
Block a user