wscript: Add shared lib flags to public

This commit is contained in:
mittorn 2019-04-17 06:41:55 +07:00
parent 25235b5296
commit bd6532fae4

View File

@ -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'])