wscript: Add shared lib flags to public
This commit is contained in:
parent
25235b5296
commit
bd6532fae4
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ def options(opt):
|
|||
return
|
||||
|
||||
def configure(conf):
|
||||
# stub
|
||||
return
|
||||
# public is part of shared libraries
|
||||
conf.env.CFLAGS += conf.env.CFLAGS_cshlib
|
||||
|
||||
def build(bld):
|
||||
source = bld.path.ant_glob(['*.c'])
|
||||
|
|
Loading…
Add table
Reference in a new issue