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
|
return
|
||||||
|
|
||||||
def configure(conf):
|
def configure(conf):
|
||||||
# stub
|
# public is part of shared libraries
|
||||||
return
|
conf.env.CFLAGS += conf.env.CFLAGS_cshlib
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
source = bld.path.ant_glob(['*.c'])
|
source = bld.path.ant_glob(['*.c'])
|
||||||
|
|
Loading…
Add table
Reference in a new issue