mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
wscript: remove libm linking to static public, it's useless. Correct include path order
This commit is contained in:
@@ -21,10 +21,8 @@ def build(bld):
|
||||
name = get_subproject_name(bld)
|
||||
bld.env = bld.all_envs[name]
|
||||
|
||||
libs = [ 'M' ]
|
||||
|
||||
source = bld.path.ant_glob(['*.c'])
|
||||
|
||||
libs = []
|
||||
includes = [ '.', '../common', '../engine' ]
|
||||
|
||||
bld.stlib(
|
||||
|
||||
Reference in New Issue
Block a user