wscript: add -fPIC for static libraries globally

This commit is contained in:
Alibek Omarov
2019-05-28 04:12:02 +03:00
parent 621e33fde2
commit 94ec8cb997
2 changed files with 7 additions and 2 deletions

View File

@@ -12,8 +12,8 @@ def options(opt):
return
def configure(conf):
# public is part of shared libraries
conf.env.CFLAGS += conf.env.CFLAGS_cshlib
# stub
return
def build(bld):
source = bld.path.ant_glob(['*.c'])