mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 13:41:33 +01: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
|
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…
Reference in New Issue
Block a user