Browse Source

wscript: Add shared lib flags to public

pull/2/head
mittorn 6 years ago
parent
commit
bd6532fae4
  1. 4
      public/wscript

4
public/wscript

@ -12,8 +12,8 @@ def options(opt): @@ -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…
Cancel
Save