mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-02-06 04:04:33 +00:00
wscript: Add shared lib flags to public
This commit is contained in:
parent
25235b5296
commit
bd6532fae4
@ -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…
x
Reference in New Issue
Block a user