mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-13 20:13:45 +03:00
waf: don't install some shared libraries when building sdk only
This commit is contained in:
@@ -83,7 +83,7 @@ def build(bld):
|
||||
else:
|
||||
libs = ['DL', 'M', 'LOG']
|
||||
|
||||
install_path = bld.env.LIBDIR
|
||||
install_path = None if bld.env.BUILD_SDK else bld.env.LIBDIR
|
||||
|
||||
bld.shlib(
|
||||
source = source,
|
||||
|
||||
Reference in New Issue
Block a user